Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

logview: expand width of 'age' column

Changeset 43f08e1ad38f

Parent 39a514dbe2fc

by Yuki KODAMA

Changes to one file · Browse files at 43f08e1ad38f Showing diff from parent 39a514dbe2fc Diff from another changeset...

 
517
518
519
520
 
521
522
523
 
517
518
519
 
520
521
522
523
@@ -517,7 +517,7 @@
  col.add_attribute(cell, "foreground", treemodel.FGCOLOR)     cell = gtk.CellRendererText() - cell.set_property("width-chars", 10) + cell.set_property("width-chars", 16)   cell.set_property("ellipsize", pango.ELLIPSIZE_END)   col = self.tvcolumns['age'] = gtk.TreeViewColumn(_('Age'))   col.set_visible(True)