summaryrefslogtreecommitdiff
path: root/features/LoginForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'features/LoginForm.ui.qml')
-rw-r--r--features/LoginForm.ui.qml2
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