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