summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/optdlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/src/optdlg.src')
-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 3f13db0bd..86c47fdd5 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -152,20 +152,20 @@ TabPage RID_SCPAGE_CALC
CheckBox BTN_GENERAL_PREC
{
Pos = MAP_APPFONT ( 12 , 147 ) ;
- Size = MAP_APPFONT ( 148 , 10 ) ;
- Text [ en-US ] = "Limit decimals for general number format" ;
+ Size = MAP_APPFONT ( 164 , 10 ) ;
+ Text [ en-US ] = "~Limit decimals for general number format" ;
};
FixedText FT_PREC
{
- Pos = MAP_APPFONT ( 138 , 148 ) ;
- Size = MAP_APPFONT ( 84 , 8 ) ;
+ Pos = MAP_APPFONT ( 169 , 147 ) ;
+ Size = MAP_APPFONT ( 53 , 8 ) ;
Text [ en-US ] = "~Decimal places" ;
Right = TRUE ;
};
NumericField ED_PREC
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 226 , 146 ) ;
+ Pos = MAP_APPFONT ( 226 , 145 ) ;
Size = MAP_APPFONT ( 25 , 12 ) ;
Maximum = 20 ;
Spin = TRUE ;