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

repowidget: remove pointless self.resize() call in setupUi()

the size of the repowidget is constrained by the workbench

Changeset 33283522b7ec

Parent 3baa5ac271d1

by Adrian Buehlmann

Changes to one file · Browse files at 33283522b7ec Showing diff from parent 3baa5ac271d1 Diff from another changeset...

 
223
224
225
226
227
228
229
 
223
224
225
 
226
227
228
@@ -223,7 +223,6 @@
    def setupUi(self):   self.setObjectName("Form") - self.resize(510, 506)   self.horizontalLayout = QtGui.QHBoxLayout(self)   self.horizontalLayout.setSpacing(0)   self.horizontalLayout.setMargin(0)