| commit | ba7ecfabfef579f27025603bceaac7c6a69e56cb | [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 14:12:03 2019 +0100 |
| tree | eb3a6985b124674d0c98a7bb3259130d6d4bff1d | |
| parent | 8012a200d1a7c5cd1b64a147ca6899fb8863ce8b [diff] |
tdf#129042 set a min size for the wizard dialogs Change-Id: I81264f98d122c81cf0c6e865bfbac81ea9fe8126 Reviewed-on: https://gerrit.libreoffice.org/83892 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 )