From 10394dc130f8117b54e0590f41aadff3ee1f9332 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 8 Oct 2017 11:46:36 +0200 Subject: Support reentering the password from the settings Additionally this fixes the loader sizing to use the implicit size. This means all settings pages need to set an implicit height. --- accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'accounts/kolabnow') diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml index 7468669c..01dd3db6 100644 --- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml +++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml @@ -27,6 +27,7 @@ Item { property string heading: qsTr("Connect your Kolab Now account") property string subheadline: qsTr("Please fill in your name and email address.") property bool valid: nameField.acceptableInput && emailField.acceptableInput + implicitHeight: grid.implicitHeight KolabnowAccount.KolabnowSettings { id: kolabnowSettings @@ -43,9 +44,8 @@ Item { } GridLayout { - anchors { - fill: parent - } + id: grid + anchors.fill: parent columns: 2 columnSpacing: Kube.Units.largeSpacing rowSpacing: Kube.Units.largeSpacing -- cgit v1.2.3