Shrink strip height a bit
This commit is contained in:
parent
cf2eca48de
commit
5ff751cdc9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace MusicBoxConverter
|
|||
/// <summary>
|
||||
/// The height of a strip for this music box, in millimetres.
|
||||
/// </summary>
|
||||
public float StripHeightMm = 58.8f;
|
||||
public float StripHeightMm = 58.2f;
|
||||
public List<string> ValidNotes { get; private set; }
|
||||
|
||||
public Note LowestNote {
|
||||
|
|
Loading…
Reference in a new issue