--- a/IconEditor/IconSizeDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/IconEditor/IconSizeDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -30,6 +30,9 @@ self.heightSpin.setValue(height) self.widthSpin.selectAll() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def getData(self): """