| author | Adrian Buehlmann <adrian@cadifra.com> |
| Mon Oct 26 19:31:21 2009 +0100 (4 weeks ago) | |
| branch | stable |
| changeset 4776 | 87a7349eb1b1 |
| parent 4775 | 0ba72ad59980 |
| child 4777 | a2f2b12b6832 |
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