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,