Hi guys, Here is a small patch to celebrate that we've reached 10,000 commits in the Mercurial crew repository! :-)
# HG changeset patch # User Martin Geisler <m...@lazybytes.net> # Date 1259871256 -3600 # Node ID bbd952051f67607acf234edc3f214b21308d2b13 # Parent 99c2eba96e6d93ca55d24cb1e427ab3ae0efffa5 logview: right-align revision number column diff --git a/tortoisehg/hgtk/logview/treeview.py b/tortoisehg/hgtk/logview/treeview.py --- a/tortoisehg/hgtk/logview/treeview.py +++ b/tortoisehg/hgtk/logview/treeview.py @@ -392,6 +392,7 @@ cell = gtk.CellRendererText() cell.set_property("width-chars", 8) cell.set_property("ellipsize", pango.ELLIPSIZE_END) + cell.set_property("xalign", 1.0) col = self.tvcolumns['rev'] = gtk.TreeViewColumn(_('Rev')) col.set_visible(False) col.set_resizable(True) -- Martin Geisler VIFF (Virtual Ideal Functionality Framework) brings easy and efficient SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/. ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop