AccountBar: make spinners visible again
This commit is contained in:
parent
94bcf323b2
commit
5b4d12e330
|
@ -23,11 +23,6 @@ Rectangle {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: Math.min(cellWidth * count, parent.width)
|
width: Math.min(cellWidth * count, parent.width)
|
||||||
height: parent.height
|
height: parent.height
|
||||||
// anchors.topMargin: theme.spacing / 2
|
|
||||||
// anchors.bottomMargin: anchors.topMargin
|
|
||||||
// anchors.leftMargin: -theme.spacing / 2
|
|
||||||
// anchors.rightMargin: anchors.leftMargin
|
|
||||||
|
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
cellWidth: theme.controls.avatar.size + theme.spacing
|
cellWidth: theme.controls.avatar.size + theme.spacing
|
||||||
|
@ -75,7 +70,6 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
HLoader {
|
HLoader {
|
||||||
visible: false // XXX
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: avatar.width
|
width: avatar.width
|
||||||
height: avatar.height
|
height: avatar.height
|
||||||
|
|
Loading…
Reference in New Issue
Block a user