Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable serve: fix ui layout

Changeset 2907623658f6

Parent f3439ee28ffe

by Yuki KODAMA

Changes to one file · Browse files at 2907623658f6 Showing diff from parent f3439ee28ffe Diff from another changeset...

 
88
89
90
91
92
93
94
95
96
 
97
98
99
 
88
89
90
 
 
 
91
92
 
93
94
95
96
@@ -88,12 +88,9 @@
    # revision input   revbox = gtk.HBox() - lbl = gtk.Label(_('HTTP Port:')) - lbl.set_property('width-chars', 16) - lbl.set_alignment(0, 0.5)   self._port_input = gtk.Entry()   self._port_input.set_text(self.defport) - revbox.pack_start(lbl, False, False) + revbox.pack_start(gtk.Label(_('HTTP Port:')), False, False, 4)   revbox.pack_start(self._port_input, False, False)   vbox.pack_start(revbox, False, False, 2)