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


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1807

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/07/1807/1

allow space for translated text expansion

Change-Id: I5706fc9201359c05c00d0a97009994d7d188d5bf
---
M sc/source/ui/src/colorformat.src
1 file changed, 4 insertions(+), 4 deletions(-)



diff --git a/sc/source/ui/src/colorformat.src b/sc/source/ui/src/colorformat.src
index 6333bf4..9e7b5b0 100644
--- a/sc/source/ui/src/colorformat.src
+++ b/sc/source/ui/src/colorformat.src
@@ -93,13 +93,13 @@
     FixedText FT_POSITION
     {
         Pos = MAP_APPFONT( 10, 135 );
-        Size = MAP_APPFONT( 70, 14 );
+        Size = MAP_APPFONT( 110, 14 );
         Text [ en-US ] = "Position of vertical axis";
     };
     FixedText FT_COLOR_AXIS
     {
         Pos = MAP_APPFONT( 10, 155 );
-        Size = MAP_APPFONT( 70, 14 );
+        Size = MAP_APPFONT( 110, 14 );
         Text [ en-US ] = "Color of vertical axis";
     };
     ListBox LB_POS
@@ -120,7 +120,7 @@
     };
     ListBox LB_COL_AXIS
     {
-        Pos = MAP_APPFONT( 100, 155 );
+        Pos = MAP_APPFONT( 120, 155 );
         Size = MAP_APPFONT( 60, 50 );
         Border = TRUE;
         DropDown = TRUE;
@@ -145,7 +145,7 @@
     };
     ListBox LB_AXIS_POSITION
     {
-        Pos = MAP_APPFONT( 100, 135 );
+        Pos = MAP_APPFONT( 120, 135 );
         Size = MAP_APPFONT( 50, 50 );
         Border = TRUE;
         DropDown = TRUE;

-- 
To view, visit https://gerrit.libreoffice.org/1807
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5706fc9201359c05c00d0a97009994d7d188d5bf
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Andras Timar <atimar@suse.com>


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.