summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2013-04-10 10:25:31 -0430
committerFridrich Strba <fridrich@documentfoundation.org>2013-04-15 07:22:59 +0000
commit7e16f5c0e8409aba10149501629b05bbcdd8939a (patch)
treed844b1b5f5fe26de8a32276b206c8e597677126c
parent91021f11a30b1a2da4f878e9f245675ef6da17a1 (diff)
Set Template Manager dialog minimum size.
Change-Id: I2d30bf2c3fb33b8297477f80704aa057911a2bba Reviewed-on: https://gerrit.libreoffice.org/3353 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r--sfx2/source/doc/templatedlg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index a5edb7b5c6ec..82289ba2618a 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -244,6 +244,8 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg (Window *parent)
mpViewBar->RemoveItem(nPos);
}
+ SetMinOutputSizePixel(GetOutputSizePixel());
+
mpViewBar->Show();
mpActionBar->Show();