From 5e354884787756ceaf663ea48167c5193dad6bf1 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 30 Mar 2005 18:01:56 +0000 Subject: fixi --- (limited to 'kaddressbook') diff --git a/kaddressbook/incsearchwidget.cpp b/kaddressbook/incsearchwidget.cpp index 314de10..7577079 100644 --- a/kaddressbook/incsearchwidget.cpp +++ b/kaddressbook/incsearchwidget.cpp @@ -123,7 +123,9 @@ void IncSearchWidget::setSize() } else { QFontMetrics fm ( mFieldCombo->font() ); int wid = fm.width(i18n( "All Fields" ) ); - int max = wid; +#ifdef DESKTOP_VERSION + wid = wid * 2; +#endif mFieldCombo->setMaximumWidth( wid+60 ); mSearchText->setMaximumWidth( 1024 ); } -- cgit v0.9.0.2