Reorganize MouseArea / Rectangle busy indicator
parent
d16729bc82
commit
8df835ca72
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue