center the spinner

pull/1188/head
Aaron Miller 1 year ago committed by AT
parent e9897518d1
commit 10ca2c4475

@ -54,6 +54,7 @@ MyDialog {
visible: !ModelList.downloadableModels.count && ModelList.asyncModelRequestOngoing
running: ModelList.asyncModelRequestOngoing
Accessible.role: Accessible.Animation
Layout.alignment: Qt.AlignCenter
Accessible.name: qsTr("Busy indicator")
Accessible.description: qsTr("Displayed when the models request is ongoing")
}

Loading…
Cancel
Save