Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable commit: add spacing between buttons and edge of dialog box

Changeset f908ce607413

Parent f1af2d40bda8

by David Golub

Changes to one file · Browse files at f908ce607413 Showing diff from parent f1af2d40bda8 Diff from another changeset...

 
1074
1075
1076
1077
 
 
 
 
 
1078
1079
1080
 
1074
1075
1076
 
1077
1078
1079
1080
1081
1082
1083
1084
@@ -1074,7 +1074,11 @@
  self.commitButton.setText(_('Commit', 'action button'))   self.bb = bb   - layout.addWidget(self.bb) + bblayout = QHBoxLayout() + bblayout.addSpacing(5) + bblayout.addWidget(self.bb) + bblayout.addSpacing(5) + layout.addLayout(bblayout)   layout.addWidget(self.statusbar)     s = QSettings()