[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sc/source

Andras Timar timar at kemper.freedesktop.org
Sun Feb 27 12:50:18 PST 2011


 sc/source/ui/src/optdlg.src |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 90db49dae7076e255a6f37787492f5206682cb41
Author: Jean-Baptiste Faure <jbf.faure at orange.fr>
Date:   Sun Feb 20 16:09:30 2011 +0100

    Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PREC
    
    FT_PREC overwrote BTN_GENERAL_PREC so that French translation was truncated

diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index 3f13db0..86c47fd 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 ;


More information about the Libreoffice-commits mailing list