diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2014-12-27 19:19:51 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2014-12-29 09:59:54 +0000 |
commit | dd3f69736a6e25044b8802057ba9982592575cdb (patch) | |
tree | 6d87c388d4ef4870cab21c05709035dfc7049f81 /src/Makefile.qt.include | |
parent | e5153095ea410dd07770c0327447856488bfd137 (diff) |
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 8b782b2ad5..806b4f9556 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 = \ |