summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-22 09:55:59 +0100
committerPetr Mladek <pmladek@suse.cz>2013-01-22 10:43:43 +0000
commitea4553f5ce9b16e279e5b956ffff19750ab7d2d1 (patch)
tree427dfa038ce2534111f1de12e1c031a7bf951ff4 /sc
parentbfcc86582bbfc87b04dbbe9baa4c67eea7afd260 (diff)
allow space for translated text expansion
Change-Id: I5706fc9201359c05c00d0a97009994d7d188d5bf Reviewed-on: https://gerrit.libreoffice.org/1807 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/src/colorformat.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/src/colorformat.src b/sc/source/ui/src/colorformat.src
index 6333bf4644b3..9e7b5b084be5 100644
--- a/sc/source/ui/src/colorformat.src
+++ b/sc/source/ui/src/colorformat.src
@@ -93,13 +93,13 @@ ModalDialog RID_SCDLG_DATABAR
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 @@ ModalDialog RID_SCDLG_DATABAR
};
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 @@ ModalDialog RID_SCDLG_DATABAR
};
ListBox LB_AXIS_POSITION
{
- Pos = MAP_APPFONT( 100, 135 );
+ Pos = MAP_APPFONT( 120, 135 );
Size = MAP_APPFONT( 50, 50 );
Border = TRUE;
DropDown = TRUE;