--- a/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -36,6 +36,9 @@ self.font = None + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + def on_buttonBox_clicked(self, button): """ Private slot called by a button of the button box clicked.