File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments