diff options
| author | xiphon <xiphon@protonmail.com> | 2018-10-24 03:50:56 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2018-10-24 06:54:31 +0300 |
| commit | 39855241fcd0747ebe95e2e92cd5cfcb2d5a64be (patch) | |
| tree | f29dbcb964c9a8d1e25b37a2d83f95199a16a01a /components/Style.qml | |
| parent | 3aa6da058a697378d8b6ee0864a559c207a332e2 (diff) | |
| download | monzero-gui-39855241fcd0747ebe95e2e92cd5cfcb2d5a64be.tar.gz monzero-gui-39855241fcd0747ebe95e2e92cd5cfcb2d5a64be.tar.xz monzero-gui-39855241fcd0747ebe95e2e92cd5cfcb2d5a64be.zip | |
password dialog: show error in place
Diffstat (limited to 'components/Style.qml')
| -rw-r--r-- | components/Style.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml index bf0a5084..f57dcfe4 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -12,6 +12,7 @@ QtObject { property string defaultFontColor: "white" property string dimmedFontColor: "#BBBBBB" + property string errorColor: "#FA6800" property string inputBoxBackground: "black" property string inputBoxBackgroundError: "#FFDDDD" property string inputBoxColor: "white" |
