diff options
Diffstat (limited to 'accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml')
-rw-r--r-- | accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 6 |
1 files changed, 3 insertions, 3 deletions
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 { | |||
27 | property string heading: qsTr("Connect your Kolab Now account") | 27 | property string heading: qsTr("Connect your Kolab Now account") |
28 | property string subheadline: qsTr("Please fill in your name and email address.") | 28 | property string subheadline: qsTr("Please fill in your name and email address.") |
29 | property bool valid: nameField.acceptableInput && emailField.acceptableInput | 29 | property bool valid: nameField.acceptableInput && emailField.acceptableInput |
30 | implicitHeight: grid.implicitHeight | ||
30 | 31 | ||
31 | KolabnowAccount.KolabnowSettings { | 32 | KolabnowAccount.KolabnowSettings { |
32 | id: kolabnowSettings | 33 | id: kolabnowSettings |
@@ -43,9 +44,8 @@ Item { | |||
43 | } | 44 | } |
44 | 45 | ||
45 | GridLayout { | 46 | GridLayout { |
46 | anchors { | 47 | id: grid |
47 | fill: parent | 48 | anchors.fill: parent |
48 | } | ||
49 | columns: 2 | 49 | columns: 2 |
50 | columnSpacing: Kube.Units.largeSpacing | 50 | columnSpacing: Kube.Units.largeSpacing |
51 | rowSpacing: Kube.Units.largeSpacing | 51 | rowSpacing: Kube.Units.largeSpacing |