From 4d3fd8706b4ae6d45e388be0123be97e48e78ead Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Tue, 17 Dec 2019 18:27:37 +0100 Subject: [PATCH] Autotest: Use correct Icon for "Run Test Under Cursor" action The "TOOLBAR" version is too bright and has a shadow (in non-dark modes). Change-Id: Ic7e8500fd9ecad4465bf2d9dfba53c0bf6538a66 Reviewed-by: Christian Stenger --- src/plugins/autotest/autotestplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/autotest/autotestplugin.cpp b/src/plugins/autotest/autotestplugin.cpp index c4980478db8..ef15ec1eef7 100644 --- a/src/plugins/autotest/autotestplugin.cpp +++ b/src/plugins/autotest/autotestplugin.cpp @@ -260,7 +260,7 @@ void AutotestPlugin::extensionsInitialized() QAction *action = new QAction(tr("&Run Test Under Cursor"), this); action->setEnabled(false); - action->setIcon(Utils::Icons::RUN_SMALL_TOOLBAR.icon()); + action->setIcon(Utils::Icons::RUN_SMALL.icon()); Command *command = ActionManager::registerAction(action, Constants::ACTION_RUN_UCURSOR); connect(action, &QAction::triggered,