--- a/IconEditor/IconSizeDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/IconEditor/IconSizeDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -28,6 +28,9 @@ self.heightSpin.setValue(height) self.widthSpin.selectAll() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def getData(self): """