[Libreoffice-commits] core.git: vcl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 27 13:13:40 UTC 2019


 vcl/source/control/wizardmachine.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ba7ecfabfef579f27025603bceaac7c6a69e56cb
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 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 <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