From 6cf5f636652fa68c40baf8e3b34532ccc9e3d65d Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 18 Sep 2019 17:25:38 +0700 Subject: changed `Onboarding` flow --- features/LoginForm.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/LoginForm.ui.qml') 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 -- cgit v1.2.3