diff options
| author | Luke Dashjr <[email protected]> | 2014-12-27 19:19:51 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2014-12-29 09:59:54 +0000 |
| commit | dd3f69736a6e25044b8802057ba9982592575cdb (patch) | |
| tree | 6d87c388d4ef4870cab21c05709035dfc7049f81 /src/Makefile.qt.include | |
| parent | Merge pull request #5493 (diff) | |
| download | discoin-dd3f69736a6e25044b8802057ba9982592575cdb.tar.xz discoin-dd3f69736a6e25044b8802057ba9982592575cdb.zip | |
Use real text rather than image-rendered text for unit selector
The width of each unit is measured to set a fixed width for the widget, and the color is set to match the other status widgets.
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 8b782b2ad..806b4f955 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -256,9 +256,6 @@ RES_ICONS = \ qt/res/icons/tx_input.png \ qt/res/icons/tx_output.png \ qt/res/icons/tx_mined.png \ - qt/res/icons/unit_btc.png \ - qt/res/icons/unit_mbtc.png \ - qt/res/icons/unit_ubtc.png \ qt/res/icons/verify.png BITCOIN_QT_CPP = \ |