[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 27 19:25:47 UTC 2019
vcl/source/control/wizardmachine.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c8b79a31317877265b449b4d0dc5663dfcae5ce3
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Nov 27 11:24:27 2019 +0000
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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 )
More information about the Libreoffice-commits
mailing list