diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-19 09:21:47 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-19 09:21:47 +0700 |
| commit | 7625e24271ebb98848f92eb69d5706221a2efac3 (patch) | |
| tree | be36d8acc3a91bf4999d328f8755b6f5b4b54dc7 /features/OnboardingForm.ui.qml | |
| parent | 6cf5f636652fa68c40baf8e3b34532ccc9e3d65d (diff) | |
rearrange `Login` flow
Diffstat (limited to 'features/OnboardingForm.ui.qml')
| -rw-r--r-- | features/OnboardingForm.ui.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/OnboardingForm.ui.qml b/features/OnboardingForm.ui.qml index 13db636..b6a2cff 100644 --- a/features/OnboardingForm.ui.qml +++ b/features/OnboardingForm.ui.qml @@ -48,17 +48,17 @@ Page { } Text { id: onboardingText1 - text: qsTr("Achieve more today, chill tomorrow.") + text: qsTr("Get things done today, chill tomorrow.") anchors.bottom: registerButton.top anchors.bottomMargin: 16 wrapMode: Text.WordWrap anchors.right: parent.right - anchors.rightMargin: 16 + anchors.rightMargin: 72 anchors.left: parent.left anchors.leftMargin: 16 font.pointSize: 24 font.family: "Work Sans" - font.weight: Font.Medium + font.weight: Font.Bold } RoundButton { id: registerButton |