Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

commit: increase the size of the qnew entry field

Changeset 11689e895dd1

Parent 708ea6f6011c

by Steve Borho

Changes to one file · Browse files at 11689e895dd1 Showing diff from parent 708ea6f6011c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
142
143
144
145
 
146
147
148
 
142
143
144
 
145
146
147
148
@@ -142,7 +142,7 @@
  label = gtk.Label('QNew: ')   mbox.pack_start(label, False, False, 2)   self.qnew_name = gtk.Entry() - self.qnew_name.set_width_chars(12) + self.qnew_name.set_width_chars(20)   self.qnew_name.connect('changed', self._qnew_changed)   mbox.pack_start(self.qnew_name, False, False, 2)   else: