aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
authorDusan Klinec <dusan.klinec@gmail.com>2019-03-27 09:28:42 +0100
committerDusan Klinec <dusan.klinec@gmail.com>2019-04-06 14:52:14 +0200
commit1a2675b24669e51ac79324d2889494b95eddef62 (patch)
tree3482ffda535e8e80ff18879e055c1550cd6fe998 /components/Style.qml
parent19c2208dc447ccb5ba9ff990cbdd6ecf6b96f23d (diff)
downloadmonzero-gui-1a2675b24669e51ac79324d2889494b95eddef62.tar.gz
monzero-gui-1a2675b24669e51ac79324d2889494b95eddef62.tar.xz
monzero-gui-1a2675b24669e51ac79324d2889494b95eddef62.zip
async device open and create from device, passphrase
- passphrase entry on host added, requires early listener setting monero pull #5355 - wallet open and create from device shows splash to indicate possible long process - create from device is async to support passphrase entry
Diffstat (limited to 'components/Style.qml')
-rw-r--r--components/Style.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml
index 52b49287..cc106239 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -17,6 +17,7 @@ QtObject {
property string defaultFontColor: "white"
property string dimmedFontColor: "#BBBBBB"
property string lightGreyFontColor: "#DFDFDF"
+ property string warningColor: "#963E00"
property string errorColor: "#FA6800"
property string inputBoxBackground: "black"
property string inputBoxBackgroundError: "#FFDDDD"