Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc2, 0.4rc3, and 0.4rc4

hggtk/clone: make dialog a little wider

Changeset ac943349fcb1

Parent 46ddcd7f078c

by TK Soh

Changes to one file · Browse files at ac943349fcb1 Showing diff from parent 46ddcd7f078c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
50
51
52
53
 
54
55
56
 
50
51
52
 
53
54
55
56
@@ -50,7 +50,7 @@
  self._create()     def _create(self): - self.set_default_size(400, 180) + self.set_default_size(520, 180)   self.connect('destroy', gtk.main_quit)   ewidth = 16