summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-08-05 13:54:47 +0200
committerDaniel Rentz <dr@openoffice.org>2010-08-05 13:54:47 +0200
commit2c9ce1518a8a096bf0cb0836e83fa521379a5e22 (patch)
tree422b28cdd182c0ef3252ef9b01adfc5e6e465125 /sc
parent66f50b2d32ec65268bb7d52c51a4d2a01ad1c094 (diff)
calc57: #i113529# expand text fields to allow to fit for all languages
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/src/optdlg.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index ea7cabf7716d..1a8f36af6ccf 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -147,18 +147,18 @@ TabPage RID_SCPAGE_CALC
{
Pos = MAP_APPFONT ( 12 , 133 ) ;
Size = MAP_APPFONT ( 239 , 10 ) ;
- Text [ en-US ] = "~Automatically find column and row labels " ;
+ Text [ en-US ] = "~Automatically find column and row labels" ;
};
CheckBox BTN_GENERAL_PREC
{
Pos = MAP_APPFONT ( 12 , 147 ) ;
- Size = MAP_APPFONT ( 136 , 10 ) ;
- Text [ en-US ] = "Limit decimals for general number format" ;
+ Size = MAP_APPFONT ( 148 , 10 ) ;
+ Text [ en-US ] = "~Limit decimals for general number format" ;
};
FixedText FT_PREC
{
- Pos = MAP_APPFONT ( 150 , 148 ) ;
- Size = MAP_APPFONT ( 72 , 8 ) ;
+ Pos = MAP_APPFONT ( 138 , 148 ) ;
+ Size = MAP_APPFONT ( 84 , 8 ) ;
Text [ en-US ] = "~Decimal places" ;
Right = TRUE ;
};