mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-05 18:17:50 +00:00
Change ColorGrabWidget overlay message
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
@@ -50,11 +50,11 @@ void ColorGrabWidget::startGrabbing()
|
||||
// This is undone in the destructor.
|
||||
qApp->setOverrideCursor(Qt::CrossCursor);
|
||||
qApp->installEventFilter(this);
|
||||
OverlayMessage::push(
|
||||
"Press Enter or Left Mouse Button to accept color<br>"
|
||||
"Press and hold Left Mouse Button to precisely select color<br>"
|
||||
"Press Space or Right Mouse Button to toggle magnifier<br>"
|
||||
"Press ESC to cancel");
|
||||
OverlayMessage::pushKeyMap(
|
||||
{ { "Enter or Left Click", tr("Accept color") },
|
||||
{ "Hold Left Click", tr("Precisely select color") },
|
||||
{ "Space or Right Click", tr("Toggle magnifier") },
|
||||
{ "Esc", tr("Cancel") } });
|
||||
}
|
||||
|
||||
QColor ColorGrabWidget::color()
|
||||
|
||||
Reference in New Issue
Block a user