cui/source/options/optgdlg.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8ca933ae8af6656b2f23fe3a2fa17b2034d5c615 Author: Faisal M. Al-Otaibi <[email protected]> Date: Sat Nov 24 10:36:57 2012 +0300 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 <[email protected]> Tested-by: Eike Rathke <[email protected]> diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index 41ce88c..89f7124 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"; }; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
