Utils: Fix theming color role of Utils::Icons::OK

Needs to be Theme::IconsRunColor instead of Theme::IconsRunToolBarColor.
See plugin dialog, where the "loaded" check mark is now less pale in the
default theme.

Change-Id: I5dc63908fecdb95fecfee282127e084336609ccc
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Alessandro Portale
2019-12-12 12:21:10 +01:00
parent 8683ec6a29
commit fa89a452ae

View File

@@ -67,7 +67,7 @@ const Icon ZOOMOUT_TOOLBAR({
const Icon FITTOVIEW_TOOLBAR({
{QLatin1String(":/utils/images/fittoview.png"), Theme::IconsBaseColor}});
const Icon OK({
{QLatin1String(":/utils/images/ok.png"), Theme::IconsRunToolBarColor}}, Icon::Tint);
{QLatin1String(":/utils/images/ok.png"), Theme::IconsRunColor}}, Icon::Tint);
const Icon NOTLOADED({
{QLatin1String(":/utils/images/notloaded.png"), Theme::IconsErrorColor}}, Icon::Tint);
const Icon BROKEN({