summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2011-10-01 22:47:14 -0300
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-01 23:39:55 -0500
commit56a12cfb13d3a44208a0326b649f82784787f994 (patch)
treecbb7fd6e12fe4305504c334e639cfff6534f4def /sc
parentfdo#41393 - Need more room for localized string (diff)
downloadcore-56a12cfb13d3a44208a0326b649f82784787f994.tar.gz
core-56a12cfb13d3a44208a0326b649f82784787f994.zip
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.src2
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 ;
};