summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-28 13:05:53 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-28 13:05:53 +0700
commit52d1fddf78c3e80bf93f8a0792b6251abf17c327 (patch)
treeaf4595ac9374a14deabd1651f8dff56821df2189 /pages
parentbb305fd1435422013310d85f1080ee10dcfb1258 (diff)
add back Button
Diffstat (limited to 'pages')
-rw-r--r--pages/EmailForm.ui.qml13
1 files changed, 8 insertions, 5 deletions
diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml
index 44de952..e11f1a7 100644
--- a/pages/EmailForm.ui.qml
+++ b/pages/EmailForm.ui.qml
@@ -31,11 +31,11 @@ Rectangle {
anchors.leftMargin: 16
anchors.verticalCenter: parent.verticalCenter
- Image {
- id: image
+ Button {
+ id: backButton
+ display: AbstractButton.IconOnly
anchors.fill: parent
- source: "../assets/arrow-back-24px.svg"
- fillMode: Image.PreserveAspectFit
+ icon: ("arrow-back-24px.svg")
}
}
}
@@ -45,6 +45,8 @@ Rectangle {
y: 398
color: "#2b2626"
text: qsTr("Continue with E-Mail")
+ font.letterSpacing: 0.25
+ lineHeight: 1
font.weight: Font.Bold
wrapMode: Text.WordWrap
anchors.bottom: emailTextField.top
@@ -117,7 +119,8 @@ Rectangle {
+
/*##^## Designer {
- D{i:3;anchors_height:100;anchors_width:100}D{i:2;anchors_height:24;anchors_width:24}
+ D{i:3;anchors_x:24;anchors_y:0}D{i:2;anchors_height:24;anchors_width:24}
}
##^##*/