Shrink strip height a bit

This commit is contained in:
Starbeamrainbowlabs 2017-12-22 18:07:10 +00:00
parent cf2eca48de
commit 5ff751cdc9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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 {