From f817603ebdf03b60a3a6f2ae6cf14281806ff085 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 31 Jan 2023 18:48:46 +0700 Subject: add passwordHelper label and move ColumnLayout spacing properly --- SignInFlickable.ui.qml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'SignInFlickable.ui.qml') diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml index 2cbbbdf..e32bb9b 100644 --- a/SignInFlickable.ui.qml +++ b/SignInFlickable.ui.qml @@ -11,9 +11,9 @@ GridLayout { ColumnLayout { Layout.rightMargin: 16 Layout.leftMargin: 16 - spacing: 16 ColumnLayout { + spacing: 16 ColumnLayout { Label { @@ -90,7 +90,12 @@ GridLayout { } } } - + Label { + id: passwordHelper + text: "Your password must atleast 8 characters long" + font.pixelSize: 12 + color: "#6c757d" + } Button { id: button text: qsTr("Login") -- cgit v1.2.3