Utils: Turn the multicolored download icon into a mono-colored one

No need to stand out. The arrow does not necessarily have to be green.

Change-Id: Ie3ae0cf1f8cef92f9c28b71ac1ed453d0e0c6f61
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Alessandro Portale
2020-10-07 08:46:55 +02:00
parent b42c0f74f9
commit 30e696218d
9 changed files with 7 additions and 22 deletions

View File

@@ -203,8 +203,7 @@ const Icon ONLINE({
const Icon ONLINE_TOOLBAR({
{QLatin1String(":/utils/images/online.png"), Theme::IconsBaseColor}});
const Icon DOWNLOAD({
{QLatin1String(":/utils/images/download_arrow.png"), Theme::IconsRunColor},
{QLatin1String(":/utils/images/download_base.png"), Theme::PanelTextColorDark}}, Icon::Tint);
{QLatin1String(":/utils/images/download.png"), Theme::PanelTextColorMid}}, Icon::Tint);
const Icon WARNING({
{QLatin1String(":/utils/images/warningfill.png"), Theme::BackgroundColorNormal},