summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-12-04 11:24:53 +0100
committerHeiko Tietze <tietze.heiko@gmail.com>2018-12-04 15:38:10 +0100
commit271a767d9d8f473ef7829cbf16febe656420959c (patch)
tree54276e9588257f4bdb428b1b03c873961b462277 /sc
parentd93919436f371f1cb7c7fd979a72e6ed157b4691 (diff)
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@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/inputwin.cxx2
1 files changed, 1 insertions, 1 deletions
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();