Skip to content

Commit

Permalink
Merge pull request musescore#18354 from iwoithe/fix-18352-fix-fret-mi…
Browse files Browse the repository at this point in the history
…n-value

Fix musescore#18352: Fix minimum values in fretboard diagrams
  • Loading branch information
RomanPudashkin committed Jul 5, 2023
2 parents 2c25395 + e2d1fef commit cac4112
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ FocusableItem {
step: 1
decimals: 0
maxValue: 12
minValue: 4
minValue: 1

navigationName: "Strings"
navigationPanel: root.navigationPanel
Expand All @@ -106,7 +106,7 @@ FocusableItem {
step: 1
decimals: 0
maxValue: 6
minValue: 3
minValue: 1

navigationName: "VisibleFrets"
navigationPanel: root.navigationPanel
Expand Down

0 comments on commit cac4112

Please sign in to comment.