summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview.h
Side-by-side diff
Diffstat (limited to 'korganizer/kofilterview.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/kofilterview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/kofilterview.h b/korganizer/kofilterview.h
index be7b5b6..d534dbf 100644
--- a/korganizer/kofilterview.h
+++ b/korganizer/kofilterview.h
@@ -63,3 +63,3 @@ class KONewCalPrefs : public QDialog
lay->addWidget( nameE );
- lab = new QLabel( i18n("<b>Local ical (*.ics) file:</b>"), this );
+ lab = new QLabel( i18n("<b>iCal (*.ics) file on disk:</b><br>(will be created, if not existing)"), this );
lay->addWidget( lab );
@@ -73,4 +73,4 @@ class KONewCalPrefs : public QDialog
connect (cancel, SIGNAL(clicked() ), this, SLOT ( reject()) );
- int minwid = 220;
- if ( QApplication::desktop()->width() >= 320 ) minwid = 300;
+ int minwid = 440;
+ if ( QApplication::desktop()->width() < 480 ) minwid = 220;
setMinimumWidth( minwid );