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