[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sfx2/source

Rafael Dominguez venccsralph at gmail.com
Mon Apr 15 00:23:19 PDT 2013


 sfx2/source/doc/templatedlg.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7e16f5c0e8409aba10149501629b05bbcdd8939a
Author: Rafael Dominguez <venccsralph at gmail.com>
Date:   Wed Apr 10 10:25:31 2013 -0430

    Set Template Manager dialog minimum size.
    
    Change-Id: I2d30bf2c3fb33b8297477f80704aa057911a2bba
    Reviewed-on: https://gerrit.libreoffice.org/3353
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index a5edb7b..82289ba 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();
 


More information about the Libreoffice-commits mailing list