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

workbench: short local var 'vl' for self.verticalLayout

Changeset b37b06b67a8a

Parent a79ac18e6b19

by Adrian Buehlmann

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

 
148
149
150
151
152
153
 
 
 
154
155
156
 
148
149
150
 
 
 
151
152
153
154
155
156
@@ -148,9 +148,9 @@
    self.centralwidget = QtGui.QWidget(self)   - self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget) - self.verticalLayout.setSpacing(0) - self.verticalLayout.setMargin(0) + self.verticalLayout = vl = QtGui.QVBoxLayout(self.centralwidget) + vl.setSpacing(0) + vl.setMargin(0)     self.repotabs_splitter = sp = QtGui.QSplitter(self.centralwidget)   sp.setOrientation(QtCore.Qt.Vertical)