summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.qml b/main.qml
index 7499b81..bb60154 100644
--- a/main.qml
+++ b/main.qml
@@ -3,8 +3,6 @@ import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12
ApplicationWindow {
- property alias login: login
-
id: appWindow
width: 360
height: 640
@@ -18,6 +16,8 @@ ApplicationWindow {
}
StackView {
+ property alias login: login
+
id: stackView
anchors.fill : parent