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>
This commit is contained in:
Caolán McNamara 2019-11-27 11:24:27 +00:00
parent 8012a200d1
commit ba7ecfabfe

View file

@ -471,6 +471,7 @@ namespace vcl
}
ImplCalcSize( aDlgSize );
SetOutputSizePixel( aDlgSize );
SetMinOutputSizePixel( aDlgSize );
}
void RoadmapWizard::StateChanged( StateChangedType nType )