Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable 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.

Changeset 87a7349eb1b1

Parent 0ba72ad59980

by Adrian Buehlmann

Changes to one file · Browse files at 87a7349eb1b1 Showing diff from parent 0ba72ad59980 Diff from another changeset...

 
1032
1033
1034
1035
 
1036
1037
1038
 
1032
1033
1034
 
1035
1036
1037
1038
@@ -1032,7 +1032,7 @@
  combo.set_active(currow)     def add_page(self, notebook, tab): - frame = gtk.Frame() + frame = gtk.VBox()   frame.set_border_width(4)   frame.show()