[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Nov 19 15:21:32 PST 2010


 sc/source/ui/dbgui/filtdlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5d8e16bda040c8bc64d1619d034e5c49217fbf03
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Nov 19 18:18:50 2010 -0500

    No automatic width adjustment of the dropdown popups. (fdo#31710)
    
    Let's not automatically adjust the width of the dropdown popups of
    the Values combo boxes in the standard filter dialog.  It looks
    better that way.

diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx
index 025e3a9..d33a674 100644
--- a/sc/source/ui/dbgui/filtdlg.cxx
+++ b/sc/source/ui/dbgui/filtdlg.cxx
@@ -497,6 +497,7 @@ void ScFilterDlg::UpdateValueList( USHORT nList )
             }
         }
         pValList->SetText( aCurValue );
+        pValList->EnableDDAutoWidth(false);
     }
 
     UpdateHdrInValueList( nList );


More information about the Libreoffice-commits mailing list