forked from qt-creator/qt-creator
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user