diff -r 96232974dcdb -r 645c12de6b0c Project/UserPropertiesDialog.py --- a/Project/UserPropertiesDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Project/UserPropertiesDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -72,6 +72,9 @@ if index == -1: index = 0 self.vcsInterfaceCombo.setCurrentIndex(index) + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def storeData(self): """