[PATCH] fdo#62075 Hierarchical filter hard to find

Joren De Cuyper (via Code Review) gerrit at gerrit.libreoffice.org
Sun Mar 10 04:40:53 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2638

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/2638/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: I0e3eb178eb74476edad6aad724e1ccc2a05662da
---
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 404f0c9..1dc8689 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
 
 //=========================================================================
 
@@ -1235,7 +1235,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/2638
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e3eb178eb74476edad6aad724e1ccc2a05662da
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>



More information about the LibreOffice mailing list