Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgconfig: expand notebook to fill dialog when resized

Changeset 723014e69843

Parent 36df07ce1400

by TK Soh

Changes to one file · Browse files at 723014e69843 Showing diff from parent 36df07ce1400 Diff from another changeset...

 
234
235
236
237
 
238
239
240
 
234
235
236
 
237
238
239
240
@@ -234,7 +234,7 @@
  # Create a new notebook, place the position of the tabs   self.notebook = notebook = gtk.Notebook()   notebook.set_tab_pos(gtk.POS_TOP) - self.vbox.pack_start(notebook, False, False) + self.vbox.pack_start(notebook, True, True)   notebook.show()   self.show_tabs = True   self.show_border = True