[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 14 03:27:09 PST 2013
sc/source/ui/src/condformatdlg.src | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 621b7451cf9cf16e29ff19f2cd11a06f6abbacc5
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Jan 12 07:31:03 2013 +0100
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 at suse.com>
Tested-by: Noel Power <noel.power at suse.com>
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index 22ca8fe..ae5fc86 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";
More information about the Libreoffice-commits
mailing list