[Pkg-bazaar-commits] ./bzr-gtk/unstable r298: Resized the Message and Committer columns in the revision history view.

Daniel Schierbeck daniel.schierbeck at gmail.com
Fri Apr 10 07:45:25 UTC 2009


------------------------------------------------------------
revno: 298
committer: Daniel Schierbeck <daniel.schierbeck at gmail.com>
branch nick: viz-remove-timestamp-col
timestamp: Mon 2007-10-08 12:23:50 +0200
message:
  Resized the Message and Committer columns in the revision history view.
modified:
  viz/branchwin.py
-------------- next part --------------
=== modified file 'viz/branchwin.py'
--- a/viz/branchwin.py	2007-10-08 10:20:28 +0000
+++ b/viz/branchwin.py	2007-10-08 10:23:50 +0000
@@ -128,7 +128,7 @@
         self.treeview.append_column(self.graph_column)
 
         cell = gtk.CellRendererText()
-        cell.set_property("width-chars", 40)
+        cell.set_property("width-chars", 65)
         cell.set_property("ellipsize", pango.ELLIPSIZE_END)
         column = gtk.TreeViewColumn("Message")
         column.set_resizable(True)
@@ -139,7 +139,7 @@
         self.treeview.append_column(column)
 
         cell = gtk.CellRendererText()
-        cell.set_property("width-chars", 40)
+        cell.set_property("width-chars", 15)
         cell.set_property("ellipsize", pango.ELLIPSIZE_END)
         column = gtk.TreeViewColumn("Committer")
         column.set_resizable(True)



More information about the Pkg-bazaar-commits mailing list