vcl/source/control/wizardmachine.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit c8b79a31317877265b449b4d0dc5663dfcae5ce3 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 20:23:17 2019 +0100 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 <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