From 8ca933ae8af6656b2f23fe3a2fa17b2034d5c615 Mon Sep 17 00:00:00 2001 From: "Faisal M. Al-Otaibi" Date: Sat, 24 Nov 2012 10:36:57 +0300 Subject: Fix the Ignore system input language label truncated This fix label Ignore system input language truncated on Options-Language Setting-Languages dialog Change-Id: Iaa9606160d7cfc96fcbb02116020cd8d46ffb4e7 Reviewed-on: https://gerrit.libreoffice.org/1155 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- cui/source/options/optgdlg.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui') diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index 41ce88c6c9ca..89f71244828a 100644 --- a/cui/source/options/optgdlg.src +++ b/cui/source/options/optgdlg.src @@ -660,14 +660,14 @@ TabPage OFA_TP_LANGUAGES CheckBox CB_CTLSUPPORT { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_CTLSUPPORT"; - Pos = MAP_APPFONT ( 12 , 188-10 ) ; + Pos = MAP_APPFONT ( 12 , 188-11 ) ; Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "Show UI elements for B~i-Directional writing"; }; CheckBox CB_IGNORE_LANG_CHANGE { HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_IGNORE_LANG_CHANGE"; - Pos = MAP_APPFONT ( 12 , 188-11+15 ) ; + Pos = MAP_APPFONT ( 12 , 188-11+13 ) ; Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "Ignore s~ystem input language"; }; -- cgit v1.2.3