summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2013-04-10 10:25:31 -0430
committerRafael Dominguez <venccsralph@gmail.com>2013-04-11 19:24:20 -0430
commitd2b272c19d684f993da09c8961870db78e93b8c2 (patch)
tree9943bd6d6127de8ad0a9b54b9ab5122e6a7e997f /sfx2
parent873d2149f76b2031a8bc83daba3d6fad7560588a (diff)
Set Template Manager dialog minimum size.
Change-Id: Ifa5091a5159d3832d3b8c8846eff57b6bfcf9854
Diffstat (limited to 'sfx2')
-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 9793d3c3795d..19ee371ac499 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -245,6 +245,8 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg (Window *parent)
mpViewBar->RemoveItem(nPos);
}
+ SetMinOutputSizePixel(GetOutputSizePixel());
+
mpViewBar->Show();
mpActionBar->Show();