mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Implement tool thickness via keyboard (#1882)
* Implement changing tool size by keyboard Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Fix very poor performance when changing thickness * Make thickness get saved to config Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ NotifierBox::NotifierBox(QWidget* parent)
|
||||
{
|
||||
m_timer = new QTimer(this);
|
||||
m_timer->setSingleShot(true);
|
||||
m_timer->setInterval(1200);
|
||||
m_timer->setInterval(600);
|
||||
connect(m_timer, &QTimer::timeout, this, &NotifierBox::hide);
|
||||
m_bgColor = ConfigHandler().uiMainColorValue();
|
||||
m_foregroundColor =
|
||||
|
||||
Reference in New Issue
Block a user