mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-18 06:00:43 +02:00
qt: change QLineEdit error background
This commit is contained in:
parent
66636ca438
commit
fe7c81e34e
@ -25,7 +25,7 @@ static const int STATUSBAR_ICONSIZE = 16;
|
||||
static const bool DEFAULT_SPLASHSCREEN = true;
|
||||
|
||||
/* Invalid field background style */
|
||||
#define STYLE_INVALID "background:#FF8080"
|
||||
#define STYLE_INVALID "border: 3px solid #FF8080"
|
||||
|
||||
/* Transaction list -- unconfirmed transaction */
|
||||
#define COLOR_UNCONFIRMED QColor(128, 128, 128)
|
||||
|
Loading…
Reference in New Issue
Block a user