mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-09 05:12:06 +00:00
use kevacoin colors for COLOR_NEGATIVE
decoration
This commit is contained in:
parent
0a08d3a964
commit
fb95b778aa
@ -22,7 +22,7 @@ static const bool DEFAULT_SPLASHSCREEN = true;
|
||||
/* Transaction list -- unconfirmed transaction */
|
||||
#define COLOR_UNCONFIRMED QColor(128, 128, 128)
|
||||
/* Transaction list -- negative amount */
|
||||
#define COLOR_NEGATIVE QColor(230, 120, 105)
|
||||
#define COLOR_NEGATIVE QColor(180, 50, 90)
|
||||
/* Transaction list -- bare address (without label) */
|
||||
#define COLOR_BAREADDRESS QColor(140, 140, 140)
|
||||
/* Transaction list -- TX status decoration - open until date */
|
||||
|
Loading…
x
Reference in New Issue
Block a user