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

stable hgcmd: do not expand progress bar box

Changeset ea7fab0b1264

Parent 4ca25014c5cd

by Yuki KODAMA

Changes to one file · Browse files at ea7fab0b1264 Showing diff from parent 4ca25014c5cd Diff from another changeset...

 
279
280
281
282
 
283
284
285
 
279
280
281
 
282
283
284
285
@@ -279,7 +279,7 @@
    # progress bar box   self.progbox = progbox = gtklib.SlimToolbar(tooltips) - self.pack_start(progbox) + self.pack_start(progbox, False, False)     def add_button(stock_id, tooltip, handler, toggle=False):   btn = progbox.append_button(stock_id, tooltip, toggle)