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/qt/bitcoin.qrc | |
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/qt/bitcoin.qrc')
-rw-r--r-- | src/qt/bitcoin.qrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/bitcoin.qrc b/src/qt/bitcoin.qrc index b54f2e2ed6..bcaf95d91c 100644 --- a/src/qt/bitcoin.qrc +++ b/src/qt/bitcoin.qrc @@ -35,9 +35,6 @@ <file alias="tx_input">res/icons/tx_input.png</file> <file alias="tx_output">res/icons/tx_output.png</file> <file alias="tx_inout">res/icons/tx_inout.png</file> - <file alias="unit_btc">res/icons/unit_btc.png</file> - <file alias="unit_mbtc">res/icons/unit_mbtc.png</file> - <file alias="unit_ubtc">res/icons/unit_ubtc.png</file> <file alias="lock_closed">res/icons/lock_closed.png</file> <file alias="lock_open">res/icons/lock_open.png</file> <file alias="key">res/icons/key.png</file> |