Skip to content

Commit

Permalink
Update gears.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein authored Nov 2, 2024
1 parent b1f893e commit 579e306
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gears.qml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ ScrollView {

SpinBox {
from: 1
to: 60
to: 999
value: selectedCranksetSize
onValueChanged: {
selectedCranksetSize = value
Expand All @@ -361,7 +361,7 @@ ScrollView {
}
SpinBox {
from: 1
to: 50
to: 999
value: selectedCogSize
onValueChanged: {
selectedCogSize = value
Expand Down Expand Up @@ -684,7 +684,7 @@ ScrollView {
width: parent.width * 0.8
height: 30
from: 1
to: 60
to: 999
value: crankset
onValueModified: {
gearRows[index].crankset = value
Expand Down Expand Up @@ -754,7 +754,7 @@ ScrollView {
width: parent.width * 0.8
height: 30
from: 1
to: 50
to: 999
value: cog
onValueModified: {
gearRows[index].cog = value
Expand Down

0 comments on commit 579e306

Please sign in to comment.