Fix octave index

This commit is contained in:
Louis-Joseph Fournier 2016-01-12 22:16:41 +01:00
parent 91475dca78
commit df3a875a75

View file

@ -147,7 +147,7 @@ Item {
width: is_portrait ? meter.width / 2 : parent.width / 6
height: parent.toise_h
index: tuner.octave
index: tuner.octave - 1
}
}