[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 11 22:29:50 PST 2013


 sc/source/ui/src/condformatdlg.src |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit d928a8198a4ec9a45228b18bfb221195bdae6bbd
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

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