forked from qt-creator/qt-creator
Theme: Separate run/stop/interrupt icons in menus
And for that, we also need separate theme color roles. Change-Id: I27bf4499acb516f7f824f5e57632797653b150ec Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -91,7 +91,7 @@ static const QIcon &icon(IconIndex icon)
|
||||
case OkIcon: {
|
||||
static const QIcon ok =
|
||||
Icon({{QLatin1String(":/extensionsystem/images/ok.png"),
|
||||
Theme::IconsRunColor}}, Icon::Tint).icon();
|
||||
Theme::IconsRunToolBarColor}}, Icon::Tint).icon();
|
||||
return ok;
|
||||
}
|
||||
case ErrorIcon: {
|
||||
|
||||
Reference in New Issue
Block a user