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 <christian.stenger@qt.io>
This commit is contained in:
Alessandro Portale
2019-12-17 18:27:37 +01:00
parent 019e384495
commit 4d3fd8706b

View File

@@ -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,