AccountBar: make spinners visible again

This commit is contained in:
miruka 2020-05-13 20:24:59 -04:00
parent 94bcf323b2
commit 5b4d12e330

View File

@ -23,11 +23,6 @@ Rectangle {
anchors.centerIn: parent
width: Math.min(cellWidth * count, parent.width)
height: parent.height
// anchors.topMargin: theme.spacing / 2
// anchors.bottomMargin: anchors.topMargin
// anchors.leftMargin: -theme.spacing / 2
// anchors.rightMargin: anchors.leftMargin
clip: true
cellWidth: theme.controls.avatar.size + theme.spacing
@ -75,7 +70,6 @@ Rectangle {
}
HLoader {
visible: false // XXX
anchors.centerIn: parent
width: avatar.width
height: avatar.height