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

thgimport: prevent to expand CmdWidget height

Changeset ecc7a90cc37a

Parent ed5fa2459c32

by Yuki KODAMA

Changes to one file · Browse files at ecc7a90cc37a Showing diff from parent ed5fa2459c32 Diff from another changeset...

 
169
170
171
172
 
173
174
175
 
169
170
171
 
172
173
174
175
@@ -169,7 +169,7 @@
  self.cmd = hgcmd.CmdWidget()   self.cmd.show_all()   self.cmd.hide() - self.vbox.pack_start(self.cmd, True, True, 6) + self.vbox.pack_start(self.cmd, False, False, 6)     # abort button   self.abortbtn = self.add_button(_('Abort'), gtk.RESPONSE_CANCEL)