Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable thgconfig: adjust position of radio button

Changeset 4bd0e4424363

Parent 7ab0434e7e05

by Yuki KODAMA

Changes to one file · Browse files at 4bd0e4424363 Showing diff from parent 7ab0434e7e05 Diff from another changeset...

 
1071
1072
1073
1074
 
1075
1076
1077
 
1071
1072
1073
 
1074
1075
1076
1077
@@ -1071,7 +1071,7 @@
  layout.add_row(defaultradio)   layout.add_row(presetradio, presetcombo)   vbox = gtk.VBox() - vbox.pack_start(customradio, False, False) + vbox.pack_start(customradio, False, False, 4)   vbox.pack_start(gtk.VBox())   layout.add_row(vbox, table, yhopt=gtk.FILL|gtk.EXPAND)