diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 2 |
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(); |