From 934e4d81bc078c704a39f02663607a6c16a5b29f Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 03 Apr 2003 17:45:37 +0000 Subject: set max days ahead to 21, closes #815 --- (limited to 'core/pim/today') diff --git a/core/pim/today/plugins/datebook/datebookpluginconfig.cpp b/core/pim/today/plugins/datebook/datebookpluginconfig.cpp index dc6dee9..0477122 100644 --- a/core/pim/today/plugins/datebook/datebookpluginconfig.cpp +++ b/core/pim/today/plugins/datebook/datebookpluginconfig.cpp @@ -66,7 +66,7 @@ DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name) TextLabelDays->setText( tr( "How many more days" ) ); SpinBox2 = new QSpinBox( box5, "SpinBox2" ); QWhatsThis::add( SpinBox2 , tr( "How many more days should be in the range" ) ); - SpinBox2->setMaxValue( 7 ); + SpinBox2->setMaxValue( 21 ); SpinBox2->setSuffix( tr( " day(s)" ) ); SpinBox2->setSpecialValueText ( tr("only today") ); -- cgit v0.9.0.2