sc/source/ui/app/inputwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 271a767d9d8f473ef7829cbf16febe656420959c Author: heiko tietze <tietze.he...@gmail.com> AuthorDate: Tue Dec 4 11:24:53 2018 +0100 Commit: Heiko Tietze <tietze.he...@gmail.com> CommitDate: Tue Dec 4 15:38:10 2018 +0100 tdf#117425 - Increase the length of the Name Box drop down menu Now 20 MRU plus... Change-Id: I069021bf1f42da793f7ec79a7e0eacbea519bc14 Reviewed-on: https://gerrit.libreoffice.org/64515 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.he...@gmail.com> diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index d2dc929d6043..02a881304152 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1808,7 +1808,7 @@ ScPosWnd::ScPosWnd( vcl::Window* pParent ) : Size aSize( GetTextWidth( "GW99999:GW99999" ), GetTextHeight() ); aSize.AdjustWidth(25 ); // FIXME: ?? - aSize.setHeight( CalcWindowSizePixel(11) ); // Functions: 10 MRU + "others..." + aSize.setHeight( CalcWindowSizePixel(21) ); // Functions: 20 MRU + "others..." SetSizePixel( aSize ); FillRangeNames(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits