diff -r 96232974dcdb -r 645c12de6b0c VCS/CommandOptionsDialog.py --- a/VCS/CommandOptionsDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/VCS/CommandOptionsDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -59,6 +59,9 @@ t += Utilities.getPercentReplacementHelp() widget.setWhatsThis(t) + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + def getOptions(self): """ Public method used to retrieve the entered options.