diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-12 07:31:03 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-12 07:31:55 +0100 |
commit | d928a8198a4ec9a45228b18bfb221195bdae6bbd (patch) | |
tree | 26c1bdce0cb1064ee966b70b02506da5de0b8def /sc | |
parent | 0f6adf7a8cbccdb0a2697176a6e0e8cf58edd5fe (diff) |
make the list box a bit larger, fdo#58609
Change-Id: Iffff862ee7e20a7e534286785a12508a6442f78c
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"; |