Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

rename: shrink 'find' buttons to normal size

Changeset d6ed460c8971

Parent 44c331a68ac8

by Steve Borho

Changes to one file · Browse files at d6ed460c8971 Showing diff from parent 44c331a68ac8 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​rename.py Stacked
 
77
78
79
80
81
 
 
82
83
84
 
77
78
79
 
 
80
81
82
83
84
@@ -77,8 +77,8 @@
  fr = gtk.Button('Find Renames')   fc = gtk.Button('Find Copies')   hbox = gtk.HBox() - hbox.pack_start(fr, True, True, 2) - hbox.pack_start(fc, True, True, 2) + hbox.pack_start(fr, False, False, 2) + hbox.pack_start(fc, False, False, 2)   vbox.pack_start(hbox, False, False, 2)   fr.set_sensitive(False)   fc.set_sensitive(False)