diff options
| author | Luke Dashjr <[email protected]> | 2017-02-17 08:18:32 +0000 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-02-17 11:00:46 +0100 |
| commit | 3e4d7bfcb7d9f6d88b6120f44bb6cb7fa93d7adf (patch) | |
| tree | b3f51f202b5572577aa9f1fa172b67c6fc6e788a /src/qt/forms | |
| parent | [Qt] Show more significant warning if we fall back to the default fee (diff) | |
| download | discoin-3e4d7bfcb7d9f6d88b6120f44bb6cb7fa93d7adf.tar.xz discoin-3e4d7bfcb7d9f6d88b6120f44bb6cb7fa93d7adf.zip | |
Qt/Send: Figure a decent warning colour from theme
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index 2eb3276a8..ca2da6bf3 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -764,9 +764,11 @@ <property name="toolTip"> <string>Using the fallbackfee can result in sending a transaction that will take serval hours or days (or never) to confirm. Consider choosing your fee manually or wait until your have validated the complete chain.</string> </property> - <property name="styleSheet"> - <string notr="true">color: rgb(255, 150, 0); -font-weight: bold;</string> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> </property> <property name="text"> <string>Warning: Fee estimation is currently not possible.</string> |