forked from qt-creator/qt-creator
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:
@@ -67,7 +67,7 @@ const Icon ZOOMOUT_TOOLBAR({
|
|||||||
const Icon FITTOVIEW_TOOLBAR({
|
const Icon FITTOVIEW_TOOLBAR({
|
||||||
{QLatin1String(":/utils/images/fittoview.png"), Theme::IconsBaseColor}});
|
{QLatin1String(":/utils/images/fittoview.png"), Theme::IconsBaseColor}});
|
||||||
const Icon OK({
|
const Icon OK({
|
||||||
{QLatin1String(":/utils/images/ok.png"), Theme::IconsRunToolBarColor}}, Icon::Tint);
|
{QLatin1String(":/utils/images/ok.png"), Theme::IconsRunColor}}, Icon::Tint);
|
||||||
const Icon NOTLOADED({
|
const Icon NOTLOADED({
|
||||||
{QLatin1String(":/utils/images/notloaded.png"), Theme::IconsErrorColor}}, Icon::Tint);
|
{QLatin1String(":/utils/images/notloaded.png"), Theme::IconsErrorColor}}, Icon::Tint);
|
||||||
const Icon BROKEN({
|
const Icon BROKEN({
|
||||||
|
|||||||
Reference in New Issue
Block a user