[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sfx2/source

Andras Timar atimar at suse.com
Thu Feb 28 07:17:38 PST 2013


 sfx2/source/dialog/mgetempl.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 916957b42a6f2ac5b82e90856961ebcc54f8e799
Author: Andras Timar <atimar at suse.com>
Date:   Thu Feb 28 16:00:00 2013 +0100

    fdo#61453 fix truncation on German UI
    
    Change-Id: I4ec173dc2856a6208f1149a5a9cbfc18873d1f2e
    Reviewed-on: https://gerrit.libreoffice.org/2469
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/dialog/mgetempl.src b/sfx2/source/dialog/mgetempl.src
index 218883d..ac03fb0 100644
--- a/sfx2/source/dialog/mgetempl.src
+++ b/sfx2/source/dialog/mgetempl.src
@@ -43,7 +43,7 @@ TabPage TP_MANAGE_STYLES
     MultiLineEdit MLE_NAME
     {
         Pos = MAP_APPFONT ( 70 , 8  ) ;
-        Size = MAP_APPFONT ( 80 , 12 ) ;
+        Size = MAP_APPFONT ( 184 , 12 ) ;
         Border = FALSE;
         ReadOnly = TRUE;
         Hide = TRUE;


More information about the Libreoffice-commits mailing list