diff options
-rw-r--r-- | main.qml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,8 +9,7 @@ ApplicationWindow { StackView { id: stackView - width: 362 - height: 628 + anchors.fill : parent initialItem: Login {} } |