Skip to content

Commit

Permalink
use default sizes for indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Mar 4, 2024
1 parent 64c58ef commit 292dfad
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/qml/gps/MMBluetoothConnectionDrawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ Drawer {

MMBusyIndicator {
id: loadingSpinner
size: parent.height / 2
anchors.centerIn: parent
running: rootstate.state === "working"
}
Expand Down
1 change: 0 additions & 1 deletion app/qml/layers/MMFeaturesListPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ Page {

MMBusyIndicator {
id: busyIndicator
size: parent.width/8
running: featuresModel.fetchingResults
anchors.centerIn: parent
}
Expand Down
1 change: 0 additions & 1 deletion app/qml/project/MMProjectList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ Item {
MMBusyIndicator {
x: parent.width / 2 - width / 2
running: controllerModel.isLoading
size: __style.row63
}
}

Expand Down
1 change: 0 additions & 1 deletion app/qml/project/MMProjectPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ Item {

MMBusyIndicator {
id: busyIndicator
size: parent.width/8
running: stackView.pending
anchors.centerIn: parent
z: parent.z + 1
Expand Down
1 change: 0 additions & 1 deletion gallery/qml/pages/MiscPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ ScrollView {
anchors.fill: parent
MMBusyIndicator {
running: true
size: 55
}
}
}
Expand Down

0 comments on commit 292dfad

Please sign in to comment.