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

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Jun 7 08:40:39 PDT 2011


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

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

    fdo#38007 fix for a truncated German string
    
    Signed-off-by: Jan Holesovsky <kendy at suse.cz>

diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index bd95664..4af01f1 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