From 8df835ca727156a614bc0cee8fe053bdfcab856c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Oestreicher?= Date: Tue, 20 Dec 2016 14:15:06 +0100 Subject: [PATCH] Reorganize MouseArea / Rectangle busy indicator --- qml/pages/ServerPage.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qml/pages/ServerPage.qml b/qml/pages/ServerPage.qml index b9cbca7..9e40ab7 100644 --- a/qml/pages/ServerPage.qml +++ b/qml/pages/ServerPage.qml @@ -67,16 +67,16 @@ Page { updateArticlesList() } - Rectangle { + MouseArea { id: busyContainer visible: !articlesModel.loaded anchors.fill: parent - color: "black" - opacity: 0.6 z: 5 - MouseArea { + Rectangle { anchors.fill: parent + color: "black" + opacity: 0.6 } BusyIndicator {