[Libreoffice-commits] .: sw/source

Andras Timar timar at kemper.freedesktop.org
Mon Jun 6 14:43:46 PDT 2011


 sw/source/ui/config/optdlg.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02a8e58fa874a11419348a8758739abd1240ebf2
Author: Andras Timar <atimar at suse.com>
Date:   Mon Jun 6 23:41:44 2011 +0200

    fdo#38007 fix for a truncated German string

diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 6d1cf12..8a21f45 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -471,7 +471,7 @@ TabPage TP_STD_FONT
     FixedText FT_SIZE
     {
         Pos = MAP_APPFONT ( 204 , 14 ) ;
-        Size = MAP_APPFONT ( 30 , 8 ) ;
+        Size = MAP_APPFONT ( 40 , 8 ) ;
         Text [ en-US ] = "Size";
     };
     MetricBox LB_STANDARD_SIZE


More information about the Libreoffice-commits mailing list