Merge 7b39702513 into merged_master (Bitcoin PR bitcoin-core/gui#553)

This commit is contained in:
Byron Hambly 2025-11-30 16:58:09 +02:00
commit deaa3dd7d6
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -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)