summaryrefslogtreecommitdiffstats
path: root/components/package
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-16 10:40:18 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-16 10:40:18 +0200
commit57429a6ec932978dbefd1c520ca98077c1c733a7 (patch)
tree825395d83394faaaaf4996c0e9de00a98298d533 /components/package
parent80859db2fb6746441668efc851c500695aaf4d58 (diff)
downloadkube-57429a6ec932978dbefd1c520ca98077c1c733a7.tar.gz
kube-57429a6ec932978dbefd1c520ca98077c1c733a7.zip
Kolabnow account configuration
Diffstat (limited to 'components/package')
-rw-r--r--components/package/contents/ui/NewAccountDialog.qml32
1 files changed, 3 insertions, 29 deletions
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 {
154 Component { 154 Component {
155 id: kolabnow 155 id: kolabnow
156 156
157 Item { 157 Rectangle {
158 id: pageRoot 158 color: "yellow"
159 159
160 height: dialog.height 160 height: dialog.height
161 width: dialog.width 161 width: dialog.width
162
163 Column {
164 anchors.centerIn: parent
165
166 spacing: Kirigami.Units.largeSpacing
167
168 TextField {
169 anchors.horizontalCenter: parent.horizontalCenter
170 width: pageRoot.width * 0.4
171
172 placeholderText: "Title of Account (e.g. work, private, kolabnow...)"
173 }
174
175 TextField {
176 anchors.horizontalCenter: parent.horizontalCenter
177 width: pageRoot.width * 0.4
178
179 placeholderText: "Email (e.g. jens.moep@kolabnow.com)"
180 }
181
182 TextField {
183 anchors.horizontalCenter: parent.horizontalCenter
184 width: pageRoot.width * 0.4
185
186 placeholderText: "Password"
187 }
188 }
189 } 162 }
190 } 163 }
164
191 } 165 }
192 } 166 }
193} 167}