From 1e5f0fbaac9814c7289137a74a460494553245c2 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 06 Jul 2005 11:34:56 +0000 Subject: fixx --- (limited to 'kaddressbook') diff --git a/kaddressbook/phoneeditwidget.cpp b/kaddressbook/phoneeditwidget.cpp index a435959..2bce39a 100644 --- a/kaddressbook/phoneeditwidget.cpp +++ b/kaddressbook/phoneeditwidget.cpp @@ -396,7 +396,10 @@ PhoneEditDialog::PhoneEditDialog( const KABC::PhoneNumber::List &list, QWidget * KABC::PhoneNumber::List::Iterator it; for ( it = mPhoneNumberList.begin(); it != mPhoneNumberList.end(); ++it ) new PhoneViewItem( mListView, *it ); - + if (QApplication::desktop()->width() < 480 ) + showMaximized(); + else + resize( 400, 400 ); mChanged = false; } -- cgit v0.9.0.2