summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-19 18:18:50 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-19 18:18:50 -0500
commit5d8e16bda040c8bc64d1619d034e5c49217fbf03 (patch)
tree51748548a5368b73680cd55287ef8e0f8a3e0cbc
parent5d75f3d8c0689b3dea34747ca4334096ff66913c (diff)
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.
-rw-r--r--sc/source/ui/dbgui/filtdlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx
index 025e3a978..d33a67431 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 );