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

commit: remove some padding in the commit widget header

Changeset 6b4acce75e22

Parent bbc07c930290

by Steve Borho

Changes to one file · Browse files at 6b4acce75e22 Showing diff from parent bbc07c930290 Diff from another changeset...

 
120
121
122
 
123
124
125
126
127
 
128
129
130
 
120
121
122
123
124
125
126
127
128
129
130
131
132
@@ -120,11 +120,13 @@
    layout = QVBoxLayout()   layout.setContentsMargins(2, 2, 2, 2) + layout.setSpacing(0)   layout.addWidget(self.stwidget)   self.setLayout(layout)     vbox = QVBoxLayout()   vbox.setMargin(0) + vbox.setSpacing(0)   vbox.setContentsMargins(*(0,)*4)     hbox = QHBoxLayout()