diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-24 14:10:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-24 15:39:27 +0100 |
commit | 4cc5ccef4bccc779f6286ac369b00dfd42ca9cdb (patch) | |
tree | 081fa1b57fe6a54be50215bcd4c11355b9fa801c /cui/source | |
parent | b9326cf05f1ec7ba480bef756c20eca91035bedc (diff) |
convert index dialog to .ui
Change-Id: I4b16cb517dca25f862b9dd612785dae4d0f21793
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index e8a711ecbc8e..3763f68a8328 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -58,7 +58,7 @@ using ::rtl::OUString; LookUpComboBox::LookUpComboBox(Window *pParent) : ComboBox(pParent, WB_LEFT|WB_DROPDOWN|WB_VCENTER|WB_3DLOOK) { - SetBestDropDownLineCount(); + EnableAutoSize(true); m_aModifyTimer.SetTimeoutHdl( LINK( this, LookUpComboBox, ModifyTimer_Hdl ) ); m_aModifyTimer.SetTimeout( 500 ); |