[Pkg-bazaar-commits] ./bzr-gtk/unstable r45: resizable graph column

David Allouche david.allouche at canonical.com
Fri Apr 10 07:15:59 UTC 2009


------------------------------------------------------------
revno: 45
committer: David Allouche <david.allouche at canonical.com>
branch nick: ddaa
timestamp: Mon 2006-05-08 22:04:21 +0200
message:
  resizable graph column
modified:
  branchwin.py
-------------- next part --------------
=== modified file 'branchwin.py'
--- a/branchwin.py	2006-05-08 16:35:37 +0000
+++ b/branchwin.py	2006-05-08 20:04:21 +0000
@@ -82,7 +82,7 @@
 
         cell = CellRendererGraph()
         column = gtk.TreeViewColumn()
-        column.set_resizable(False)
+        column.set_resizable(True)
         column.pack_start(cell, expand=False)
         column.add_attribute(cell, "node", 1)
         column.add_attribute(cell, "in-lines", 2)



More information about the Pkg-bazaar-commits mailing list