SourceForge: tortoisehg/tortoisehg: changeset 4776:87a7349eb1b1
thgconfig: remove frame around notebook pages stable
authorAdrian Buehlmann <adrian@cadifra.com>
Mon Oct 26 19:31:21 2009 +0100 (4 weeks ago)
branchstable
changeset 477687a7349eb1b1
parent 47750ba72ad59980
child 4777a2f2b12b6832
thgconfig: remove frame around notebook pages

replace it with a VBox

Arguments:
* This is the visual design used by Windows XP.
* Three levels of frames hurts my eyes. Two is enough.
tortoisehg/hgtk/thgconfig.py
     1.1 --- a/tortoisehg/hgtk/thgconfig.py	Tue Oct 27 00:41:49 2009 +0900
     1.2 +++ b/tortoisehg/hgtk/thgconfig.py	Mon Oct 26 19:31:21 2009 +0100
     1.3 @@ -1032,7 +1032,7 @@
     1.4                      combo.set_active(currow)
     1.5  
     1.6      def add_page(self, notebook, tab):
     1.7 -        frame = gtk.Frame()
     1.8 +        frame = gtk.VBox()
     1.9          frame.set_border_width(4)
    1.10          frame.show()
    1.11