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

status: reduce space below filename label

Changeset 6875ddceb84d

Parent a0e71797c203

by Adrian Buehlmann

Changes to one file · Browse files at 6875ddceb84d Showing diff from parent a0e71797c203 Diff from another changeset...

 
154
155
156
157
 
 
158
159
160
 
163
164
165
166
 
167
168
169
 
154
155
156
 
157
158
159
160
161
 
164
165
166
 
167
168
169
170
@@ -154,7 +154,8 @@
    # Diff panel side of splitter   vbox = QVBoxLayout() - vbox.setMargin(0) + vbox.setSpacing(0) + vbox.setContentsMargins(0, 0, 0, 0)   docf = QFrame(split)   sp = SP(SP.Expanding, SP.Expanding)   sp.setHorizontalStretch(1) @@ -163,7 +164,7 @@
  docf.setLayout(vbox)   self.docf = docf   hbox = QHBoxLayout() - hbox.setContentsMargins (5, 0, 0, 0) + hbox.setContentsMargins (0, 0, 0, 0)   self.fnamelabel = QLabel()   self.fnamelabel.setContextMenuPolicy(Qt.CustomContextMenu)   self.connect(self.fnamelabel,