--- a/Graphics/UMLSceneSizeDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Graphics/UMLSceneSizeDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -41,6 +41,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.