| commit | b347009a4fb12b01100e97d9577b94449966f873 | [log] |
|---|---|---|
| author | heiko tietze <tietze.heiko@gmail.com> | Tue Dec 04 11:24:53 2018 +0100 |
| committer | Heiko Tietze <tietze.heiko@gmail.com> | Wed Dec 05 08:10:38 2018 +0100 |
| tree | a3394ddf189dedb965f4952f5dccb3f2440a6722 | |
| parent | 253af4f2cfb93a7f8c223661c0c1b7845c1644f0 [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> (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 71abcce..3669d38 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();