mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-09 22:29:47 -08:00
Added InfoPage implementation
This commit is contained in:
@@ -16,7 +16,9 @@ static const int STATUSBAR_ICONSIZE = 16;
|
||||
/* Transaction list -- unconfirmed transaction */
|
||||
#define COLOR_UNCONFIRMED QColor(128, 128, 128)
|
||||
/* Transaction list -- negative amount */
|
||||
#define COLOR_NEGATIVE QColor(255, 0, 0)
|
||||
#define COLOR_NEGATIVE QColor(166, 27, 31)
|
||||
/* Transaction list -- positive amount */
|
||||
#define COLOR_POSITIVE QColor(27, 166, 31)
|
||||
/* Transaction list -- bare address (without label) */
|
||||
#define COLOR_BAREADDRESS QColor(140, 140, 140)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user