diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 17:25:38 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 17:25:38 +0700 |
| commit | 6cf5f636652fa68c40baf8e3b34532ccc9e3d65d (patch) | |
| tree | be4d15d5bb635bc38ebb5ec5c45339d7c0b46974 /features/LoginForm.ui.qml | |
| parent | 71d7a95e4a220dd211e49a08c847cebe2857bd81 (diff) | |
changed `Onboarding` flow
Diffstat (limited to 'features/LoginForm.ui.qml')
| -rw-r--r-- | features/LoginForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/LoginForm.ui.qml b/features/LoginForm.ui.qml index 2ea75fb..c69791b 100644 --- a/features/LoginForm.ui.qml +++ b/features/LoginForm.ui.qml @@ -11,7 +11,7 @@ Page { Text { id: pageTitle - text: stackView.currentItem.title + text: pageView.currentItem.title verticalAlignment: Text.AlignVCenter wrapMode: Text.WordWrap anchors.right: parent.right |