From 1af305e995d99549091c5b1e167b6101a3910f0d Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 10 Aug 2005 16:47:41 +0000 Subject: qwhatsthis text --- (limited to 'korganizer/kofilterview.h') diff --git a/korganizer/kofilterview.h b/korganizer/kofilterview.h index be7b5b6..d534dbf 100644 --- a/korganizer/kofilterview.h +++ b/korganizer/kofilterview.h @@ -61,7 +61,7 @@ class KONewCalPrefs : public QDialog lay->addWidget( lab ); nameE = new KLineEdit( this ); lay->addWidget( nameE ); - lab = new QLabel( i18n("Local ical (*.ics) file:"), this ); + lab = new QLabel( i18n("iCal (*.ics) file on disk:
(will be created, if not existing)"), this ); lay->addWidget( lab ); url = new KURLRequester ( this ); lay->addWidget( url ); @@ -70,9 +70,9 @@ class KONewCalPrefs : public QDialog QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); lay->addWidget( cancel ); connect ( ok,SIGNAL(clicked() ),this , SLOT ( checkValid() ) ); - connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) ); - int minwid = 220; - if ( QApplication::desktop()->width() >= 320 ) minwid = 300; + connect (cancel, SIGNAL( clicked() ), this, SLOT ( reject()) ); + int minwid = 440; + if ( QApplication::desktop()->width() < 480 ) minwid = 220; setMinimumWidth( minwid ); resize(sizeHint() ); } -- cgit v0.9.0.2