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@gmail.com>
Context
- [PATCH libreoffice-4-0] Show search and extra buttons when a template is selected. · Rafael Dominguez (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.