diff --git a/main/sc/source/ui/src/optdlg.src b/main/sc/source/ui/src/optdlg.src index 0421f98..4f411a1 100644 --- a/main/sc/source/ui/src/optdlg.src +++ b/main/sc/source/ui/src/optdlg.src @@ -160,22 +160,21 @@ TabPage RID_SCPAGE_CALC { HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_GENERAL_PREC"; Pos = MAP_APPFONT ( 12 , 147 ) ; - Size = MAP_APPFONT ( 200 , 10 ) ; + Size = MAP_APPFONT ( 239 , 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 ( 20 , 161 ) ; + Size = MAP_APPFONT ( 58 , 8 ) ; Text [ en-US ] = "~Decimal places" ; - Right = TRUE ; }; NumericField ED_PREC { HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_PREC"; Border = TRUE ; - Pos = MAP_APPFONT ( 226 , 146 ) ; - Size = MAP_APPFONT ( 25 , 12 ) ; + Pos = MAP_APPFONT ( 82 , 159 ) ; + Size = MAP_APPFONT ( 42 , 12 ) ; Maximum = 20 ; Spin = TRUE ; Repeat = TRUE ;