diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/condformatdlg.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src index 22ca8fee43ba..ae5fc864ea97 100644 --- a/sc/source/ui/src/condformatdlg.src +++ b/sc/source/ui/src/condformatdlg.src @@ -113,9 +113,10 @@ Control RID_COND_ENTRY ListBox LB_TYPE { Pos = MAP_APPFONT( 5, 15 ); - Size = MAP_APPFONT( 80, 40 ); + Size = MAP_APPFONT( 80, 60 ); Border = TRUE; DropDown = TRUE; + DDExtraWidth = TRUE; StringList [ en-US ] = { "All Cells"; @@ -130,6 +131,7 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 80, 80 ); Border = TRUE; DropDown = TRUE; + DDExtraWidth = TRUE; StringList [ en-US ] = { "equal to"; |