diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-16 23:09:40 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-16 23:09:40 +0700 |
commit | a6d10af0ef5c1aefe915009d04fa769682aad72c (patch) | |
tree | 0acd4a4b9cb043b038e7e5ff7d481a9b692b21fd /pages/EmailForm.ui.qml | |
parent | 8b7db3fa2581c219805abb1471b75a51f1f0fa21 (diff) |
change `instructionLabel.text` and `placeholderText`
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} } - ##^##*/ +##^##*/ + |