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

commit: adapt top margins

Changeset 1cb4ff3cf76c

Parent 1c1a3918b6ad

by Adrian Buehlmann

Changes to one file · Browse files at 1cb4ff3cf76c Showing diff from parent 1c1a3918b6ad Diff from another changeset...

 
60
61
62
63
 
64
65
66
 
378
379
380
381
 
382
383
384
 
60
61
62
 
63
64
65
66
 
378
379
380
 
381
382
383
384
@@ -60,7 +60,7 @@
  layout.addWidget(self.stwidget)   self.setLayout(layout)   form = QFormLayout() - form.setContentsMargins(3, 9, 9, 0) + form.setContentsMargins(3, 0, 9, 0)   repo = self.stwidget.repo   wctx = repo[None]   @@ -378,7 +378,7 @@
    commit = CommitWidget(pats, opts, None, self)   layout.addWidget(commit, 1) - layout.setContentsMargins(0, 0, 0, 0) + layout.setContentsMargins(0, 6, 0, 0)     bbl = QHBoxLayout()   layout.addLayout(bbl)