mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
Add download preference icon
This commit is contained in:
parent
571f00611e
commit
7d286e852e
9
data/images/downloads.svg
Normal file
9
data/images/downloads.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="82px" height="82px" viewBox="0 0 82 82" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<title>downloads</title>
|
||||
<description>Created with Sketch (http://www.bohemiancoding.com/sketch)</description>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<path d="M41,81 C63.0913911,81 81,63.0913911 81,41 C81,18.9086089 63.0913911,1 41,1 C18.9086089,1 1,18.9086089 1,41 C1,63.0913911 18.9086089,81 41,81 Z M41.9146634,61.3863608 C42.6681315,61.3863608 43.3743986,61.1428046 43.8166897,60.7333477 L59.5503623,46.1540967 C60.0695735,45.6728672 60.1464937,45.03515 59.7426628,44.5056799 C59.3423282,43.9750333 58.5294218,43.6397023 57.6465879,43.6397023 L47.4057156,43.6397023 L47.4057156,24.3116931 C47.4057156,22.2702919 44.9477663,20.6136392 41.9146638,20.6136392 C38.8815613,20.6136392 36.4201159,22.2691154 36.4201159,24.3116931 L36.4201159,43.6397023 L26.1792436,43.6397023 C25.2946615,43.6420555 24.4835032,43.9762099 24.084917,44.5056799 C23.6828342,45.03515 23.7545099,45.6740438 24.2754692,46.1540967 L40.0073927,60.7333477 C40.4531801,61.1428046 41.1594472,61.3863608 41.9146634,61.3863608 Z" id="Oval-97" stroke="#979797" fill="#000000" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
@ -165,5 +165,6 @@
|
||||
<file>data/icons/tomahawk-white-icon-128x128.png</file>
|
||||
<file>data/images/repeat-all.svg</file>
|
||||
<file>data/images/repeat-one.svg</file>
|
||||
<file>data/images/downloads.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -736,7 +736,7 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/music-settings.svg", size );
|
||||
break;
|
||||
case DownloadsSettings:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/music-settings.svg", size );
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/downloads.svg", size );
|
||||
break;
|
||||
|
||||
case DropSong:
|
||||
|
Loading…
x
Reference in New Issue
Block a user