[PATCH libreoffice-4-0] Show search and extra buttons when a template is selected.

Rafael Dominguez (via Code Review) gerrit at gerrit.libreoffice.org
Sun Apr 7 11:52:40 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3249

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/49/3249/1

Show search and extra buttons when a template is selected.

Change-Id: Ia3e97f3f540ab07725ae3871251aefe4ba3d5e2d
---
M sfx2/source/doc/templatedlg.cxx
1 file changed, 1 insertion(+), 3 deletions(-)



diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 6ca1fb4..46270ff 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -356,7 +356,7 @@
 
     long nToolbarsHeight = std::max(std::max(aViewSize.getHeight(), aActionSize.getHeight()), aTemplateSize.getHeight());
 
-    aActionSize.setWidth(3*aActionSize.getWidth());
+    aActionSize.setWidth(2.5*aActionSize.getWidth());
     aViewSize.setWidth(aWinSize.getWidth()-aActionSize.getWidth()-mpViewBar->GetPosPixel().X());
     aTemplateSize.setWidth(aWinSize.getWidth());
 
@@ -776,7 +776,6 @@
             if (maSelTemplates.empty())
             {
                 mpViewBar->Show(false);
-                mpActionBar->Show(false);
                 mpTemplateBar->Show();
             }
             else if (maSelTemplates.size() != 1 || !bInSelection)
@@ -802,7 +801,6 @@
                 {
                     mpTemplateBar->Show(false);
                     mpViewBar->Show();
-                    mpActionBar->Show();
                 }
                 else if (maSelTemplates.size() == 1)
                 {

-- 
To view, visit https://gerrit.libreoffice.org/3249
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3e97f3f540ab07725ae3871251aefe4ba3d5e2d
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Rafael Dominguez <venccsralph at gmail.com>



More information about the LibreOffice mailing list