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:
parent
8012a200d1
commit
ba7ecfabfe
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ namespace vcl
|
|||
}
|
||||
ImplCalcSize( aDlgSize );
|
||||
SetOutputSizePixel( aDlgSize );
|
||||
SetMinOutputSizePixel( aDlgSize );
|
||||
}
|
||||
|
||||
void RoadmapWizard::StateChanged( StateChangedType nType )
|
||||
|
|
Loading…
Reference in a new issue