[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 5 07:11:00 UTC 2018


 sc/source/ui/app/inputwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b347009a4fb12b01100e97d9577b94449966f873
Author:     heiko tietze <tietze.heiko at gmail.com>
AuthorDate: Tue Dec 4 11:24:53 2018 +0100
Commit:     Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Wed Dec 5 08:10:38 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.heiko at gmail.com>
    (cherry picked from commit 271a767d9d8f473ef7829cbf16febe656420959c)
    Reviewed-on: https://gerrit.libreoffice.org/64530

diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 71abccec99a4..3669d3840793 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();


More information about the Libreoffice-commits mailing list