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

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

View File

@@ -231,10 +231,8 @@
<file>images/dir.png</file>
<file>images/online.png</file>
<file>images/online@2x.png</file>
<file>images/download_arrow.png</file>
<file>images/download_arrow@2x.png</file>
<file>images/download_base.png</file>
<file>images/download_base@2x.png</file>
<file>images/download.png</file>
<file>images/download@2x.png</file>
<file alias="mimetypes/freedesktop.org.xml" compression-algorithm="best">../3rdparty/xdg/freedesktop.org.xml</file>
</qresource>
<qresource prefix="/codemodel">

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},

View File

@@ -3821,7 +3821,7 @@
sodipodi:nodetypes="cccccc" />
</g>
<g
id="src/libs/utils/images/download_arrow">
id="src/libs/utils/images/download">
<use
style="display:inline"
transform="translate(1932,132)"
@@ -3837,22 +3837,10 @@
d="m 1925,578 h -2 v -8 h 2 z m -1,-0.5 4,-4 v 2 l -4,4 -4,-4 v -2 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccc" />
</g>
<g
id="src/libs/utils/images/download_base">
<use
x="0"
y="0"
xlink:href="#backgroundRect"
id="use2547"
width="100%"
height="100%"
transform="translate(1948,132)"
style="display:inline" />
<path
style="fill:none;stroke:#000000"
d="m 1934.5,579 v 2.5 h 11 V 579"
id="path2553"
style="display:inline;fill:none;stroke:#000000"
d="m 1918.5,580 v 1.5 h 11 V 580"
id="path2553-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>

Before

Width:  |  Height:  |  Size: 381 KiB

After

Width:  |  Height:  |  Size: 380 KiB