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

hggtk/dialog: remove excessive space in entry dialog

Changeset 55a3a5422b46

Parent a085151682a2

by TK Soh

Changes to one file · Browse files at 55a3a5422b46 Showing diff from parent a085151682a2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​dialog.py Stacked
 
62
63
64
65
66
67
68
 
62
63
64
 
65
66
67
@@ -62,7 +62,6 @@
  entry.set_activates_default(True)   dialog.vbox.pack_start(gtk.Label(msg), True, True, 6)   dialog.vbox.pack_start(entry, False, False, 6) - dialog.vbox.set_spacing(6)   dialog.set_default_response(gtk.RESPONSE_OK)   dialog.show_all()   if respfunc: