← Back to team overview

elementaryart team mailing list archive

[Bug 693247] Re: don't show column headers

 

remove this at the end:

    private void setup_treeview (TreeView view) {

        var listmodel = new ListStore (4, typeof (string), typeof (string),
                                          typeof (string), typeof (string));
        view.set_model (listmodel);

        view.insert_column_with_attributes (-1, "Icon", new CellRendererText (), "image", 0);
        view.insert_column_with_attributes (-1, "Name", new CellRendererText (), "text", 1);
        view.insert_column_with_attributes (-1, "Version", new CellRendererText (), "text", 1);
    }

-- 
You received this bug notification because you are a member of
elementary desktop team, which is the registrant for AppCenter.
https://bugs.launchpad.net/bugs/693247

Title:
  don't show column headers

Status in AppCenter:
  New

Bug description:
  The listview in AppCenter shows column headers. We don't really need
  these ;)