Skip to content

Commit

Permalink
Fix musescore#18352: Fix minimum values in fretboard diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoithe committed Jul 3, 2023
1 parent dd35365 commit e2d1fef
Showing 1 changed file with 2 additions and 2 deletions.
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 e2d1fef

Please sign in to comment.