mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
qt: change QLineEdit error background
This commit is contained in:
parent
66636ca438
commit
fe7c81e34e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue