diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2011-10-01 22:47:14 -0300 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-10-01 23:39:55 -0500 |
commit | 56a12cfb13d3a44208a0326b649f82784787f994 (patch) | |
tree | cbb7fd6e12fe4305504c334e639cfff6534f4def /sc | |
parent | 4591fccc873e44044692ed865e055e6c20e4b55a (diff) |
fdo#41396 - Need more room for localized string (III)
Resizes one string in the named interval dialog to
display localized strings without truncation
Sizes adjusted for fontsize = 10
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/namedlg.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/namedlg.src b/sc/source/ui/src/namedlg.src index 00c5c82f046c..449dcc8540d9 100644 --- a/sc/source/ui/src/namedlg.src +++ b/sc/source/ui/src/namedlg.src @@ -149,7 +149,7 @@ ModelessDialog RID_SCDLG_NAMES { HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA"; Pos = MAP_APPFONT ( 6 , 208 ) ; - Size = MAP_APPFONT ( 60 , 10 ) ; + Size = MAP_APPFONT ( 80 , 10 ) ; Text [ en-US ] = "~Print range" ; TabStop = TRUE ; }; |