Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

commit: set a smaller vertical spacing in form layout

Changeset 325a50a17a13

Parent 6a666a9c1865

by Adrian Buehlmann

Changes to one file · Browse files at 325a50a17a13 Showing diff from parent 6a666a9c1865 Diff from another changeset...

 
62
63
64
 
65
66
67
 
62
63
64
65
66
67
68
@@ -62,6 +62,7 @@
  layout.addWidget(self.stwidget)   self.setLayout(layout)   form = QFormLayout() + form.setVerticalSpacing(3)   form.setContentsMargins(3, 0, 9, 0)   repo = self.stwidget.repo   wctx = repo[None]