Skip to content

Commit

Permalink
qt: change QLineEdit error background
Browse files Browse the repository at this point in the history
  • Loading branch information
w0xlt committed Feb 18, 2022
1 parent 66636ca commit fe7c81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/guiconstants.h
Expand Up @@ -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)
Expand Down

0 comments on commit fe7c81e

Please sign in to comment.