[Libreoffice-commits] .: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Nov 25 04:02:24 PST 2012
cui/source/options/optgdlg.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8ca933ae8af6656b2f23fe3a2fa17b2034d5c615
Author: Faisal M. Al-Otaibi <fmalotaibi at kacst.edu.sa>
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 <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
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";
};
More information about the Libreoffice-commits
mailing list