speedup animation
This commit is contained in:
parent
e02344cf24
commit
cf2743b830
|
@ -69,7 +69,7 @@ NotifyWidget::NotifyWidget(int pos,QWidget *parent) :
|
|||
m_start = QPoint(m_desktop.topRight().x(), m_dest.y());
|
||||
snoreDebug( SNORE_DEBUG ) << m_dest << m_start << size();
|
||||
|
||||
m_moveTimer->setInterval(2);
|
||||
m_moveTimer->setInterval(1);
|
||||
connect( m_moveTimer, SIGNAL(timeout()), this, SLOT(slotMove()));
|
||||
}
|
||||
|
||||
|
|
|
@ -121,7 +121,6 @@ void SnoreNotifier::slotProcessQueue()
|
|||
startTimeout(notification);
|
||||
free = true;
|
||||
}
|
||||
snoreDebug( SNORE_DEBUG ) << w << free;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue