summaryrefslogtreecommitdiffstats
path: root/qml/MainWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/MainWindow.qml')
-rw-r--r--qml/MainWindow.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/qml/MainWindow.qml b/qml/MainWindow.qml
index d957468..c1f4e54 100644
--- a/qml/MainWindow.qml
+++ b/qml/MainWindow.qml
@@ -180,11 +180,7 @@ Item {
objectName: "applicationLoader"
opacity: 0;
visible: opacity > 0.1
- height: root.demoHeaderEnabled ? parent.height - (demoHeader.height + demoHeader.y) : parent.height
-
- anchors.top: root.demoHeaderEnabled ? demoHeader.bottom : root.top
- anchors.left: parent.left
- anchors.right: parent.right
+ anchors.fill: parent
asynchronous: true;
onStatusChanged: {