From 9e4a837905ba2634cc5c451fec8821404c04da30 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 29 Oct 2005 11:44:55 +0000 Subject: fixxx --- diff --git a/kaddressbook/phoneeditwidget.h b/kaddressbook/phoneeditwidget.h index fbf9fe7..f61087b 100644 --- a/kaddressbook/phoneeditwidget.h +++ b/kaddressbook/phoneeditwidget.h @@ -100,6 +100,8 @@ public: mMinusButton = new QPushButton ( this ); mMinusButton->setPixmap ( SmallIcon("minus")); mCombo = new KComboBox( this ); + if ( QApplication::desktop()->width() <= 640 ) + mCombo->setSizeLimit ( 6 ); mNumber = new KLineEdit( this ); mMinusButton->setMaximumHeight( mNumber->sizeHint().height() + 6); lay->addWidget( mMinusButton ); -- cgit v0.9.0.2