mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-17 10:56:25 +00:00
faster slide in
This commit is contained in:
parent
45b0fa7708
commit
ac12b9e37c
@ -56,7 +56,7 @@ void NotifyWidget::display(const Notification ¬ification)
|
|||||||
move(m_desktop.topRight().x(), m_desktop.topRight().y() + (m_scaler->scaledY(10) + height()) * m_id);
|
move(m_desktop.topRight().x(), m_desktop.topRight().y() + (m_scaler->scaledY(10) + height()) * m_id);
|
||||||
show();
|
show();
|
||||||
m_moveTimer = new QTimer(this);
|
m_moveTimer = new QTimer(this);
|
||||||
m_moveTimer->setInterval(3);
|
m_moveTimer->setInterval(2);
|
||||||
connect( m_moveTimer, SIGNAL(timeout()), this, SLOT(slotMove()));
|
connect( m_moveTimer, SIGNAL(timeout()), this, SLOT(slotMove()));
|
||||||
m_moveTimer->start();
|
m_moveTimer->start();
|
||||||
snoreDebug( SNORE_DEBUG ) << size();
|
snoreDebug( SNORE_DEBUG ) << size();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user