From 7625e24271ebb98848f92eb69d5706221a2efac3 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Thu, 19 Sep 2019 09:21:47 +0700 Subject: rearrange `Login` flow --- features/OnboardingForm.ui.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'features/OnboardingForm.ui.qml') 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 -- cgit v1.2.3