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

Andras Timar atimar at suse.com
Tue Feb 19 01:07:56 PST 2013


 cui/source/options/optgdlg.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a6d76052a0c620840829230cfc06787c6a24bc8d
Author: Andras Timar <atimar at suse.com>
Date:   Mon Feb 18 20:02:06 2013 +0100

    Fix the Ignore system input language label truncated in translations
    
    Change-Id: I3d05135f7973d6ca9cb3e554a4c80544a17e6f60
    Reviewed-on: https://gerrit.libreoffice.org/2246
    Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at suse.cz>

diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src
index 9ed740d..0a15582 100644
--- a/cui/source/options/optgdlg.src
+++ b/cui/source/options/optgdlg.src
@@ -662,7 +662,7 @@ TabPage OFA_TP_LANGUAGES
     {
         HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_IGNORE_LANG_CHANGE";
         Pos = MAP_APPFONT ( 12 , 188-11+13 ) ;
-        Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ;
+        Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
         Text [ en-US ] = "Ignore s~ystem input language";
     };
 };


More information about the Libreoffice-commits mailing list