From c675575ce507320b6f866d02fd7eee68462f7823 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 4 Jul 2012 02:16:17 +0200 Subject: impreove the cond format dialog a little bit Change-Id: I4c7fdb15440ef0fca5b262a37549e96c85d8ab1f --- sc/source/ui/src/condformatdlg.src | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sc/source/ui/src/condformatdlg.src') diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src index 68fd52a8bbc9..ebf84f397144 100644 --- a/sc/source/ui/src/condformatdlg.src +++ b/sc/source/ui/src/condformatdlg.src @@ -134,13 +134,13 @@ Control RID_COND_ENTRY Edit ED_VAL1 { Pos = MAP_APPFONT( 125, 15 ); - Size = MAP_APPFONT( 170, 12 ); + Size = MAP_APPFONT( 160, 12 ); Border = TRUE; }; Edit ED_VAL2 { - Pos = MAP_APPFONT( 215, 15 ); - Size = MAP_APPFONT( 80, 12 ); + Pos = MAP_APPFONT( 210, 15 ); + Size = MAP_APPFONT( 75, 12 ); Border = TRUE; }; ListBox LB_STYLE @@ -156,7 +156,7 @@ Control RID_COND_ENTRY }; ListBox LB_COLOR_FORMAT { - Pos = MAP_APPFONT( 50, 15 ); + Pos = MAP_APPFONT( 70, 15 ); Size = MAP_APPFONT( 60, 60); Border = TRUE; DropDown = TRUE; @@ -170,7 +170,7 @@ Control RID_COND_ENTRY ListBox LB_TYPE_COL_SCALE { Pos = MAP_APPFONT( 5, 32 ); - Size = MAP_APPFONT( 50, 60 ); + Size = MAP_APPFONT( 60, 60 ); Border = TRUE; DropDown = TRUE; StringList [ en-US ] = @@ -186,7 +186,7 @@ Control RID_COND_ENTRY Edit ED_COL_SCALE { Pos = MAP_APPFONT( 5, 48 ); - Size = MAP_APPFONT( 50, 12 ); + Size = MAP_APPFONT( 60, 12 ); Border = TRUE; }; Window WD_PREVIEW -- cgit