# HG changeset patch
# User Adrian Buehlmann <adr...@cadifra.com>
# Date 1256033740 -7200
# Branch stable
# Node ID 987823e8704044e7373571fb33803e3432ef0398
# Parent  f7349fe5b16bca785b7571edb0bbdfdbcf67b9f6
changeset: use expander for csinfo

diff --git a/tortoisehg/hgtk/changeset.py b/tortoisehg/hgtk/changeset.py
--- a/tortoisehg/hgtk/changeset.py
+++ b/tortoisehg/hgtk/changeset.py
@@ -504,12 +504,12 @@ class ChangeSet(gdialog.GDialog):
 
         csetstyle = csinfo.panelstyle(contents=('cset', 'branch', 'user',
                            'dateage', 'parents', 'children', 'tags',
-                           'transplant'), selectable=True)
+                           'transplant'), selectable=True, expander=True)
         self.csetinfo = csinfo.create(style=csetstyle, **args)
         details_box.pack_start(self.csetinfo, False, False)
 
         patchstyle = csinfo.panelstyle(contents=('patch', 'branch', 'user',
-                            'dateage', 'parents'), selectable=True)
+                        'dateage', 'parents'), selectable=True, expander=True)
         self.patchinfo = csinfo.create(style=patchstyle, **args)
         details_box.pack_start(self.patchinfo, False, False)
         details_box.pack_start(gtk.HSeparator(), False, False)

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to