Reorganize MouseArea / Rectangle busy indicator

pull/1/head
Grégory Oestreicher 2016-12-20 14:15:06 +01:00
parent d16729bc82
commit 8df835ca72
1 changed files with 4 additions and 4 deletions

View File

@ -67,16 +67,16 @@ Page {
updateArticlesList() updateArticlesList()
} }
Rectangle { MouseArea {
id: busyContainer id: busyContainer
visible: !articlesModel.loaded visible: !articlesModel.loaded
anchors.fill: parent anchors.fill: parent
color: "black"
opacity: 0.6
z: 5 z: 5
MouseArea { Rectangle {
anchors.fill: parent anchors.fill: parent
color: "black"
opacity: 0.6
} }
BusyIndicator { BusyIndicator {