[Libreoffice-commits] .: cui/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Oct 3 01:54:10 PDT 2011
cui/source/tabpages/page.src | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 3dee28d88dfae82782d089842c1b8d9c5b7d51b1
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date: Sun Oct 2 21:35:19 2011 -0300
Fix for fdo#41408 - [UI] Need more room for localized string (IV)
The following patch gives more room to Calc page dialog to
display localized strings without truncation
Sizes adjusted for fontsize = 10
diff --git a/cui/source/tabpages/page.src b/cui/source/tabpages/page.src
index 2618b0b..b1bf107 100644
--- a/cui/source/tabpages/page.src
+++ b/cui/source/tabpages/page.src
@@ -318,14 +318,14 @@ TabPage RID_SVXPAGE_PAGE
{
Hide = TRUE ;
Pos = MAP_APPFONT ( 113 , 133 ) ;
- Size = MAP_APPFONT ( 60 , 8 ) ;
+ Size = MAP_APPFONT ( 70 , 8 ) ;
Text [ en-US ] = "Table alignment";
};
CheckBox CB_HORZ
{
HelpID = "cui:CheckBox:RID_SVXPAGE_PAGE:CB_HORZ";
Hide = TRUE ;
- Pos = MAP_APPFONT ( 175 , 133 ) ;
+ Pos = MAP_APPFONT ( 180 , 133 ) ;
Size = MAP_APPFONT ( 73 , 10 ) ;
Text [ en-US ] = "Hori~zontal" ;
};
@@ -333,7 +333,7 @@ TabPage RID_SVXPAGE_PAGE
{
HelpID = "cui:CheckBox:RID_SVXPAGE_PAGE:CB_VERT";
Hide = TRUE ;
- Pos = MAP_APPFONT ( 175 , 147 ) ;
+ Pos = MAP_APPFONT ( 180 , 147 ) ;
Size = MAP_APPFONT ( 73 , 10 ) ;
Text [ en-US ] = "~Vertical" ;
};
More information about the Libreoffice-commits
mailing list