From 6ee0a61001307e71f51d1e8c7beaa81a94df89aa Mon Sep 17 00:00:00 2001 From: harlekin Date: Wed, 11 Dec 2002 10:13:25 +0000 Subject: max inactive minutes to 1 day - 1440 minutes --- diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp index 8d0b069..bedfd61 100644 --- a/core/pim/today/todayconfig.cpp +++ b/core/pim/today/todayconfig.cpp @@ -90,6 +90,7 @@ TodayConfig::TodayConfig( QWidget* parent, const char* name, bool modal ) TimeLabel->setText( tr( "minutes inactive" ) ); QWhatsThis::add( TimeLabel , tr( "How many minutes has the PDA been suspended before the autostart feature kicks in on resume" ) ); SpinBoxTime = new QSpinBox( hbox_inactive, "TimeSpinner" ); + SpinBoxTime->setMaxValue ( 1440 ); QWhatsThis::add( SpinBoxTime , tr( "How many minutes has the PDA been suspended before the autostart feature kicks in on resume" ) ); QHBox *hbox_iconSize = new QHBox( tab_3 ); QLabel *iconSizeLabel = new QLabel( hbox_iconSize, "iconSizeLabel" ); -- cgit v0.9.0.2