Skip to content

Commit 99d6fb7

Browse files
committed
qml: Introduce Ellipsis icon
1 parent 6519ad6 commit 99d6fb7

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

src/Makefile.qt.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ QML_RES_ICONS = \
361361
qml/res/icons/copy.png \
362362
qml/res/icons/coinbase.png \
363363
qml/res/icons/cross.png \
364+
qml/res/icons/ellipsis.png \
364365
qml/res/icons/error.png \
365366
qml/res/icons/export.png \
366367
qml/res/icons/flip-vertical.png \

src/qml/bitcoin_qml.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<file alias="copy">res/icons/copy.png</file>
105105
<file alias="coinbase">res/icons/coinbase.png</file>
106106
<file alias="cross">res/icons/cross.png</file>
107+
<file alias="ellipsis">res/icons/ellipsis.png</file>
107108
<file alias="error">res/icons/error.png</file>
108109
<file alias="export">res/icons/export.png</file>
109110
<file alias="flip-vertical">res/icons/flip-vertical.png</file>

src/qml/res/icons/ellipsis.png

341 Bytes
Loading

src/qml/res/src/ellipsis.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)