diff -r 5dafcc891579 -r 6084bb3c3911 Graphics/UMLSceneSizeDialog.py --- a/Graphics/UMLSceneSizeDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Graphics/UMLSceneSizeDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -39,6 +39,9 @@ self.widthSpinBox.selectAll() self.widthSpinBox.setFocus() + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + def getData(self): """ Method to retrieve the entered data.