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

thgconfig: fix UI layout

Changeset 4a479cbd2159

Parent 374897f65d10

by Yuki KODAMA

Changes to one file · Browse files at 4a479cbd2159 Showing diff from parent 374897f65d10 Diff from another changeset...

 
299
300
301
302
 
303
304
305
 
299
300
301
 
302
303
304
305
@@ -299,7 +299,7 @@
  browse = gtk.Button(_('Browse...'))   browse.connect('clicked', self.browse_clicked)   ealias = self.entries['Alias'] - toptable.add_row(ealias[1], ealias[0], None, browse, padding=False) + toptable.add_row(ealias[1], ealias[0], None, browse, expand=0)     ## final URL   eurl = self.entries['URL']