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>
BIN
src/libs/utils/images/download.png
Normal file
After Width: | Height: | Size: 160 B |
BIN
src/libs/utils/images/download@2x.png
Normal file
After Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 96 B |
Before Width: | Height: | Size: 104 B |
@@ -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">
|
||||
|
@@ -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},
|
||||
|
@@ -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 |