mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
Merge bitcoin-core/gui#553: Change address / amount error background
fe7c81e34e
qt: change QLineEdit error background (w0xlt) Pull request description: This PR proposes a small change in QLineEdit when there is an error in the input. master | --- |  PR | --- |  | This also shows good results when combined with other open PRs. #537 | --- |  #533 | --- |  | ACKs for top commit: GBKS: ACKfe7c81e
jarolrod: ACKfe7c81e34e
shaavan: ACKfe7c81e34e
Tree-SHA512: eccc53f42d11291944ccb96efdbe460cb10af857f1d4fa9b5348ddcb0796c82faf1cdad9040aae7a25c5d8f4007d6284eba868d7af14acf56280f6acae170b91
This commit is contained in:
commit
7b39702513
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