diff options
| author | Jonas Schnelli <[email protected]> | 2016-01-23 10:00:10 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-01-26 15:34:36 +0100 |
| commit | 43abb02aa20bd32795478236b20b45d3b4087138 (patch) | |
| tree | d6f31d15a0177f00798d490c19326eb7e1a82718 /src/Makefile.qt.include | |
| parent | [Qt] keep scroll position in GUI console after changing font size (diff) | |
| download | discoin-43abb02aa20bd32795478236b20b45d3b4087138.tar.xz discoin-43abb02aa20bd32795478236b20b45d3b4087138.zip | |
[Qt] Add a new chevron/arrow icon for the console prompt line
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 82e95abcf..96b7adcbf 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -225,6 +225,7 @@ RES_ICONS = \ qt/res/icons/about_qt.png \ qt/res/icons/bitcoin.ico \ qt/res/icons/bitcoin.png \ + qt/res/icons/chevron.png \ qt/res/icons/clock1.png \ qt/res/icons/clock2.png \ qt/res/icons/clock3.png \ |