Skip to content

Commit fe7c81e

Browse files
committed
qt: change QLineEdit error background
1 parent 66636ca commit fe7c81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/guiconstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static const int STATUSBAR_ICONSIZE = 16;
2525
static const bool DEFAULT_SPLASHSCREEN = true;
2626

2727
/* Invalid field background style */
28-
#define STYLE_INVALID "background:#FF8080"
28+
#define STYLE_INVALID "border: 3px solid #FF8080"
2929

3030
/* Transaction list -- unconfirmed transaction */
3131
#define COLOR_UNCONFIRMED QColor(128, 128, 128)

0 commit comments

Comments
 (0)