Fix octave index
This commit is contained in:
parent
91475dca78
commit
df3a875a75
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Item {
|
||||||
width: is_portrait ? meter.width / 2 : parent.width / 6
|
width: is_portrait ? meter.width / 2 : parent.width / 6
|
||||||
height: parent.toise_h
|
height: parent.toise_h
|
||||||
|
|
||||||
index: tuner.octave
|
index: tuner.octave - 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue