From 39855241fcd0747ebe95e2e92cd5cfcb2d5a64be Mon Sep 17 00:00:00 2001 From: xiphon Date: Wed, 24 Oct 2018 03:50:56 +0000 Subject: password dialog: show error in place --- components/Style.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/Style.qml') 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" -- cgit v1.2.3