summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/window/btndlg.cxx2
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;
}