The following patch gives more room to Calc page dialog to display
localized strings without truncation

Sizes adjusted for fontsize = 10

-- 
Olivier Hallot
Founder and Steering Commitee Member
The Document Foundation
From 5034b3f0165beaa90bdb00bcb726d8a3b539c1f9 Mon Sep 17 00:00:00 2001
From: Olivier Hallot <olivier.hal...@alta.org.br>
Date: Sun, 2 Oct 2011 21:35:19 -0300
Subject: [PATCH] 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
---
 cui/source/tabpages/page.src |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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" ;
     };
-- 
1.7.4.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to