Skip to content

Commit 2855869

Browse files
committed
Fix indentation for Bowflex Treadmill options
Corrected the indentation of the Bowflex Treadmill AccordionElement and its contents in settings.qml to ensure proper UI structure and readability.
1 parent 6918fb9 commit 2855869

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

src/settings.qml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9720,33 +9720,33 @@ import Qt.labs.platform 1.1
97209720
}
97219721
}
97229722
}
9723-
}
9724-
}
97259723

9726-
AccordionElement {
9727-
id: bowflexTreadmillAccordion
9728-
title: qsTr("Bowflex Treadmill Options")
9729-
indicatRectColor: Material.color(Material.Grey)
9730-
textColor: Material.color(Material.Yellow)
9731-
color: Material.backgroundColor
9732-
accordionContent: ColumnLayout {
9733-
spacing: 0
9734-
IndicatorOnlySwitch {
9735-
id: bowflexT9MilesDelegate
9736-
text: qsTr("T9 mi/h speed")
9737-
spacing: 0
9738-
bottomPadding: 0
9739-
topPadding: 0
9740-
rightPadding: 0
9741-
leftPadding: 0
9742-
clip: false
9743-
checked: settings.fitshow_treadmill_miles
9744-
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
9745-
Layout.fillWidth: true
9746-
onClicked: settings.fitshow_treadmill_miles = checked
9747-
}
9724+
AccordionElement {
9725+
id: bowflexTreadmillAccordion
9726+
title: qsTr("Bowflex Treadmill Options")
9727+
indicatRectColor: Material.color(Material.Grey)
9728+
textColor: Material.color(Material.Yellow)
9729+
color: Material.backgroundColor
9730+
accordionContent: ColumnLayout {
9731+
spacing: 0
9732+
IndicatorOnlySwitch {
9733+
id: bowflexT9MilesDelegate
9734+
text: qsTr("T9 mi/h speed")
9735+
spacing: 0
9736+
bottomPadding: 0
9737+
topPadding: 0
9738+
rightPadding: 0
9739+
leftPadding: 0
9740+
clip: false
9741+
checked: settings.fitshow_treadmill_miles
9742+
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
9743+
Layout.fillWidth: true
9744+
onClicked: settings.fitshow_treadmill_miles = checked
9745+
}
9746+
}
9747+
}
97489748
}
9749-
}
9749+
}
97509750

97519751
AccordionElement {
97529752
id: toorxTreadmillAccordion

0 commit comments

Comments
 (0)