diff options
Diffstat (limited to 'pages/EmailForm.ui.qml')
-rw-r--r-- | pages/EmailForm.ui.qml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml index dc679ab..2c4ae43 100644 --- a/pages/EmailForm.ui.qml +++ b/pages/EmailForm.ui.qml @@ -41,11 +41,11 @@ Rectangle { } Label { - id: instructionLabel + id: instructionLabel x: 16 y: 398 color: "#2b2626" - text: qsTr("Continue with E-Mail") + text: qsTr("Sign up") font.letterSpacing: 0.25 lineHeight: 1 font.weight: Font.Bold @@ -69,7 +69,7 @@ Rectangle { anchors.bottomMargin: 16 font.family: "Google Sans" Layout.fillWidth: true - placeholderText: qsTr("E-mail") + placeholderText: qsTr("Enter your e-mail") anchors.right: parent.right anchors.rightMargin: 16 anchors.left: parent.left @@ -94,10 +94,9 @@ Rectangle { } } - - - -/*##^## Designer { +/*##^## +Designer { D{i:0;autoSize:true;height:480;width:640} } - ##^##*/ +##^##*/ + |