From 6d084862c396f58c949e713e9b159ec20743fd8a Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 08 Oct 2005 23:54:34 +0000 Subject: fixed time --- diff --git a/kalarmd/simplealarmdaemonimpl.cpp b/kalarmd/simplealarmdaemonimpl.cpp index 04b8b21..c1e064c 100644 --- a/kalarmd/simplealarmdaemonimpl.cpp +++ b/kalarmd/simplealarmdaemonimpl.cpp @@ -626,7 +626,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( 3000, mTimerStartLabel, SLOT ( hide() ) ); + QTimer::singleShot( 2000, mTimerStartLabel, SLOT ( hide() ) ); mTimerTime = 1; } -- cgit v0.9.0.2