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

stable clone: add spacing

Changeset 39f12abb2918

Parent 31a866859ff5

by David Golub

Changes to one file · Browse files at 39f12abb2918 Showing diff from parent 31a866859ff5 Diff from another changeset...

 
116
117
118
 
119
120
121
 
116
117
118
119
120
121
122
@@ -116,6 +116,7 @@
  btn.setEnabled(False)   btn.setAutoDefault(False)   btn.clicked.connect(btnslot) + hbox.addSpacing(6)   hbox.addWidget(btn)   chk.toggled.connect(   lambda e: self.toggle_enabled(e, text, target2=btn))