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

hginit: fix UI layout

Changeset 3cbdde54decd

Parent 4a479cbd2159

by Yuki KODAMA

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

 
52
53
54
55
 
56
57
58
 
52
53
54
 
55
56
57
58
@@ -52,7 +52,7 @@
  destbrowse = gtk.Button(_('Browse...'))   destbrowse.connect('clicked', self.dest_clicked)   - table.add_row(_('Destination:'), self.destentry, destbrowse) + table.add_row(_('Destination:'), self.destentry, 0, destbrowse)     # options   self.optspfiles = gtk.CheckButton(