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

datamine: add padding to the right of 'Search' button

Changeset b54fad379ebb

Parent 298573acde16

by Yuki KODAMA

Changes to one file · Browse files at b54fad379ebb Showing diff from parent 298573acde16 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
221
222
223
224
 
225
226
227
 
221
222
223
 
224
225
226
227
@@ -221,7 +221,7 @@
  search_hbox.pack_start(includes, True, True, 4)   search_hbox.pack_start(gtk.Label(_('Excludes:')), False, False, 4)   search_hbox.pack_start(excludes, True, True, 4) - search_hbox.pack_start(search, False, False) + search_hbox.pack_start(search, False, False, 4)   self.tooltips.set_tip(search, _('Start this search'))   self.tooltips.set_tip(regexp, _('Regular expression search pattern'))   self.tooltips.set_tip(includes, _('Comma separated list of'