From 57429a6ec932978dbefd1c520ca98077c1c733a7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 16 Jul 2016 10:40:18 +0200 Subject: Kolabnow account configuration --- .../package/contents/ui/NewAccountDialog.qml | 32 ++-------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'components/package/contents/ui') diff --git a/components/package/contents/ui/NewAccountDialog.qml b/components/package/contents/ui/NewAccountDialog.qml index 975f7a32..9183be65 100644 --- a/components/package/contents/ui/NewAccountDialog.qml +++ b/components/package/contents/ui/NewAccountDialog.qml @@ -154,40 +154,14 @@ KubeComponents.OverlayDialog { Component { id: kolabnow - Item { - id: pageRoot + Rectangle { + color: "yellow" height: dialog.height width: dialog.width - - Column { - anchors.centerIn: parent - - spacing: Kirigami.Units.largeSpacing - - TextField { - anchors.horizontalCenter: parent.horizontalCenter - width: pageRoot.width * 0.4 - - placeholderText: "Title of Account (e.g. work, private, kolabnow...)" - } - - TextField { - anchors.horizontalCenter: parent.horizontalCenter - width: pageRoot.width * 0.4 - - placeholderText: "Email (e.g. jens.moep@kolabnow.com)" - } - - TextField { - anchors.horizontalCenter: parent.horizontalCenter - width: pageRoot.width * 0.4 - - placeholderText: "Password" - } - } } } + } } } -- cgit v1.2.3