| commit | c8b79a31317877265b449b4d0dc5663dfcae5ce3 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Nov 27 11:24:27 2019 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Wed Nov 27 20:23:17 2019 +0100 |
| tree | 9414fad5483e23c647ef89ee15a7325d5181f86b | |
| parent | 8ce16b28a964f495abff957d97b312f08983445c [diff] |
tdf#129042 set a min size for the wizard dialogs Change-Id: I81264f98d122c81cf0c6e865bfbac81ea9fe8126 Reviewed-on: https://gerrit.libreoffice.org/83894 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx index cbcea92..c61b46e 100644 --- a/vcl/source/control/wizardmachine.cxx +++ b/vcl/source/control/wizardmachine.cxx
@@ -471,6 +471,7 @@ namespace vcl } ImplCalcSize( aDlgSize ); SetOutputSizePixel( aDlgSize ); SetMinOutputSizePixel( aDlgSize ); } void RoadmapWizard::StateChanged( StateChangedType nType )