Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


 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.hallot@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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.