sfx2/source/dialog/templdlg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 1272688c6001e160018dc2f64a0767730b18aca4 Author: Joren De Cuyper <joren.libreoff...@telenet.be> Date: Sun Mar 10 12:37:12 2013 +0100 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 Reviewed-on: https://gerrit.libreoffice.org/2638 Reviewed-by: Thomas Arnhold <tho...@arnhold.org> Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org> Tested-by: Fridrich Strba <fridr...@documentfoundation.org> diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index b3032bc..d6d1af3 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -83,8 +83,8 @@ using namespace ::com::sun::star::uno; 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 @@ void SfxCommonTemplateDialog_Impl::UpdateStyles_Impl(sal_uInt16 nFlags) 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); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits