summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-12 07:31:03 +0100
committerNoel Power <noel.power@suse.com>2013-01-14 11:26:50 +0000
commit621b7451cf9cf16e29ff19f2cd11a06f6abbacc5 (patch)
tree33653982a6f48549c87e249ed3f9e84ab31e7152 /sc
parentab6725a03bd32f1320a53c17de9682eecdbf59c0 (diff)
make the list box a bit larger, fdo#58609
Change-Id: Iffff862ee7e20a7e534286785a12508a6442f78c Reviewed-on: https://gerrit.libreoffice.org/1660 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/src/condformatdlg.src4
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";