Project/UserPropertiesDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3366
6084bb3c3911
child 3656
441956d8fce5
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
70 vcsSystem = self.project.pdata["VCS"][0] 70 vcsSystem = self.project.pdata["VCS"][0]
71 index = self.vcsInterfaceCombo.findData(vcsSystem) 71 index = self.vcsInterfaceCombo.findData(vcsSystem)
72 if index == -1: 72 if index == -1:
73 index = 0 73 index = 0
74 self.vcsInterfaceCombo.setCurrentIndex(index) 74 self.vcsInterfaceCombo.setCurrentIndex(index)
75
76 msh = self.minimumSizeHint()
77 self.resize(max(self.width(), msh.width()), msh.height())
75 78
76 def storeData(self): 79 def storeData(self):
77 """ 80 """
78 Public method to store the entered/modified data. 81 Public method to store the entered/modified data.
79 """ 82 """

eric ide

mercurial