summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.qml b/main.qml
index 8fbb800..3ecbf0e 100644
--- a/main.qml
+++ b/main.qml
@@ -9,8 +9,7 @@ ApplicationWindow {
StackView {
id: stackView
- width: 362
- height: 628
+ anchors.fill : parent
initialItem: Login {}
}