summaryrefslogtreecommitdiffstats
path: root/components/package
diff options
context:
space:
mode:
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}