Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2639
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/2639/1
fdo#62075 Hierarchical filter hard to find
See UX-advice http://lists.freedesktop.org/archives/libreoffice-ux-advise/2013-March/001898.html
and comment on bug for approval of ux-advice.
Change-Id: Ie5af5ec141b148e6253d0ffa9b546d30994c6dd6
---
M sfx2/source/dialog/templdlg.cxx
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 0af6d77..a81c27d 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -83,8 +83,8 @@
static sal_uInt16 nLastItemId = USHRT_MAX;
-// filter box has maximum 12 entries visible
-#define MAX_FILTER_ENTRIES 12
+// filter box has maximum 14 entries visible
+#define MAX_FILTER_ENTRIES 14
//=========================================================================
@@ -1281,7 +1281,7 @@
if(pTreeBox)
aFilterLb.SelectEntry(SfxResId(STR_STYLE_FILTER_HIERARCHICAL).toString());
- // show maximum 12 entries
+ // show maximum 14 entries
aFilterLb.SetDropDownLineCount( MAX_FILTER_ENTRIES );
aFilterLb.SetUpdateMode(sal_True);
}
--
To view, visit https://gerrit.libreoffice.org/2639
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie5af5ec141b148e6253d0ffa9b546d30994c6dd6
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Joren De Cuyper <joren.libreoffice@telenet.be>
Context
- [PATCH libreoffice-4-0] fdo#62075 Hierarchical filter hard to find · Joren De Cuyper (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.