From 39f3ec7d30efe87698b3324996a7563b5e277e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Thu, 21 Apr 2022 16:49:28 +0200 Subject: [PATCH] Better tooltip for auto stretch toogle --- stretchtoolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stretchtoolbar.cpp b/stretchtoolbar.cpp index 60a6957..2e74e99 100644 --- a/stretchtoolbar.cpp +++ b/stretchtoolbar.cpp @@ -38,7 +38,7 @@ StretchToolbar::StretchToolbar(QWidget *parent) : QToolBar(tr("Stretch toolbar") superPixelButton->setCheckable(true); connect(superPixelButton, SIGNAL(toggled(bool)), this, SIGNAL(superPixel(bool))); - m_autoStretchOnLoad = addAction(QIcon(":/nuke_a.png"), tr("Auto stretch")); + m_autoStretchOnLoad = addAction(QIcon(":/nuke_a.png"), tr("Apply auto stretch on load")); m_autoStretchOnLoad->setCheckable(true); }