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()
}
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 {