From b06fa1090f3fa7a71ab2710be444815df8bd6c17 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 29 Oct 2005 22:45:39 +0000 Subject: commit --- (limited to 'kalarmd') diff --git a/kalarmd/simplealarmdaemonimpl.cpp b/kalarmd/simplealarmdaemonimpl.cpp index aa61fb8..f134d5b 100644 --- a/kalarmd/simplealarmdaemonimpl.cpp +++ b/kalarmd/simplealarmdaemonimpl.cpp @@ -646,7 +646,7 @@ void SimpleAlarmDaemonImpl::confTimer( int time ) int dh = QApplication::desktop()->height(); mTimerStartLabel->setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); mTimerStartLabel->show(); - QTimer::singleShot( 5000, mTimerStartLabel, SLOT ( hide() ) ); + QTimer::singleShot( 4000, mTimerStartLabel, SLOT ( hide() ) ); mTimerTime = 1; } -- cgit v0.9.0.2