Skip to content

Commit e583ae2

Browse files
committed
qml: Add plus big filled icon
1 parent b4e421e commit e583ae2

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

src/Makefile.qt.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ QML_RES_ICONS = \
383383
qml/res/icons/network-dark.png \
384384
qml/res/icons/network-light.png \
385385
qml/res/icons/plus.png \
386+
qml/res/icons/plus-big-filled.png \
386387
qml/res/icons/pending.png \
387388
qml/res/icons/shutdown.png \
388389
qml/res/icons/singlesig-wallet.png \

src/qml/bitcoin_qml.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
<file alias="network-dark">res/icons/network-dark.png</file>
128128
<file alias="network-light">res/icons/network-light.png</file>
129129
<file alias="plus">res/icons/plus.png</file>
130+
<file alias="plus-big-filled">res/icons/plus-big-filled.png</file>
130131
<file alias="pending">res/icons/pending.png</file>
131132
<file alias="shutdown">res/icons/shutdown.png</file>
132133
<file alias="singlesig-wallet">res/icons/singlesig-wallet.png</file>

src/qml/res/icons/plus-big-filled.png

315 Bytes
Loading

src/qml/res/src/plus-big-filled.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)