vcl/source/control/wizardmachine.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit ba7ecfabfef579f27025603bceaac7c6a69e56cb Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Nov 27 11:24:27 2019 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Nov 27 14:12:03 2019 +0100 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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx index cbcea92343ad..c61b46ec24e9 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 ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits