From a9876e4caf67c9c5f7db771b3aca860c03449b9d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Faure Date: Sun, 20 Feb 2011 16:09:30 +0100 Subject: [PATCH] Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PREC # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes to be committed: # (use "git reset HEAD ..." to unstage) # # modified: sc/source/ui/src/optdlg.src # FT_PREC overwrote BTN_GENERAL_PREC so that French translation was truncated --- sc/source/ui/src/optdlg.src | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src index fb7aa62..83635f6 100644 --- a/sc/source/ui/src/optdlg.src +++ b/sc/source/ui/src/optdlg.src @@ -147,20 +147,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 ; -- 1.7.0.4