speedup animation

This commit is contained in:
Patrick von Reth 2014-02-25 23:40:40 +01:00
parent e02344cf24
commit cf2743b830
2 changed files with 1 additions and 2 deletions

View File

@ -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()));
}

View File

@ -121,7 +121,6 @@ void SnoreNotifier::slotProcessQueue()
startTimeout(notification);
free = true;
}
snoreDebug( SNORE_DEBUG ) << w << free;
}
}