summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/condformatdlg.src
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-07-08 20:26:38 +0200
committerAndras Timar <atimar@suse.com>2012-07-08 20:32:06 +0200
commitdd9a9e192e9e7a18f96d9ecff71ac6d5718920ac (patch)
tree43deaba61f7b0ca7c3aa4576318ccda7d6135375 /sc/source/ui/src/condformatdlg.src
parenta076603a602cef9ce1fb7ef094fddd05b92cce58 (diff)
fix a few layout problems in Conditional Formatting dialog
Absolute pixel coordinates should not be used, because we work with font size dependent relative coordinates all over the place. Layout on Linux was OK, but controls were positioned partially outside the visible area on Windows. Change-Id: Iee417f57135ada7ea9cb73726c56f96b3154e0b8
Diffstat (limited to 'sc/source/ui/src/condformatdlg.src')
-rw-r--r--sc/source/ui/src/condformatdlg.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index ebf84f397144..174da1fdc4cc 100644
--- a/sc/source/ui/src/condformatdlg.src
+++ b/sc/source/ui/src/condformatdlg.src
@@ -108,7 +108,7 @@ Control RID_COND_ENTRY
ListBox LB_CELLIS_TYPE
{
Pos = MAP_APPFONT( 70, 15 );
- Size = MAP_APPFONT( 50, 40 );
+ Size = MAP_APPFONT( 80, 40 );
Border = TRUE;
DropDown = TRUE;
StringList [ en-US ] =
@@ -133,14 +133,14 @@ Control RID_COND_ENTRY
};
Edit ED_VAL1
{
- Pos = MAP_APPFONT( 125, 15 );
- Size = MAP_APPFONT( 160, 12 );
+ Pos = MAP_APPFONT( 155, 15 );
+ Size = MAP_APPFONT( 50, 12 );
Border = TRUE;
};
Edit ED_VAL2
{
Pos = MAP_APPFONT( 210, 15 );
- Size = MAP_APPFONT( 75, 12 );
+ Size = MAP_APPFONT( 50, 12 );
Border = TRUE;
};
ListBox LB_STYLE
@@ -157,7 +157,7 @@ Control RID_COND_ENTRY
ListBox LB_COLOR_FORMAT
{
Pos = MAP_APPFONT( 70, 15 );
- Size = MAP_APPFONT( 60, 60);
+ Size = MAP_APPFONT( 80, 60);
Border = TRUE;
DropDown = TRUE;
StringList [ en-US ] =