~ubuntu-branches/ubuntu/saucy/blam/saucy

« back to all changes in this revision

Viewing changes to src/ChannelList.cs

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Martín Nieto
  • Date: 2011-05-31 01:36:47 UTC
  • mto: (1.1.8 upstream) (2.2.5 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20110531013647-dt9ij4zj9f9wg6uk
Import upstream version 1.8.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
            cell = new CellRendererText();
52
52
 
53
53
            nameColumn.PackStart(cell, true);
54
 
            nameColumn.Sizing = TreeViewColumnSizing.Autosize;
 
54
            nameColumn.Sizing = TreeViewColumnSizing.GrowOnly;
55
55
            nameColumn.Expand = true;
56
56
            nameColumn.SetCellDataFunc(cell, new TreeCellDataFunc(NamesCellDataFunc));
57
57