diff options
-rw-r--r-- | vcl/source/window/btndlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/btndlg.cxx b/vcl/source/window/btndlg.cxx index 59c0638546ba..ad846ed248ea 100644 --- a/vcl/source/window/btndlg.cxx +++ b/vcl/source/window/btndlg.cxx @@ -205,7 +205,7 @@ void ButtonDialog::ImplPosControls() nY += maCtrlSize.Height()+IMPL_SEP_BUTTON_Y; } - SetOutputSizePixel( aDlgSize ); + SetMinOutputSizePixel(aDlgSize); mbFormat = false; } |