faster slide in

This commit is contained in:
Patrick von Reth 2014-02-13 23:33:30 +01:00
parent 45b0fa7708
commit ac12b9e37c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void NotifyWidget::display(const Notification &notification)
move(m_desktop.topRight().x(), m_desktop.topRight().y() + (m_scaler->scaledY(10) + height()) * m_id);
show();
m_moveTimer = new QTimer(this);
m_moveTimer->setInterval(3);
m_moveTimer->setInterval(2);
connect( m_moveTimer, SIGNAL(timeout()), this, SLOT(slotMove()));
m_moveTimer->start();
snoreDebug( SNORE_DEBUG ) << size();