From 5ff751cdc9d6baf95fc2e2818a9c170fa5dca028 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 22 Dec 2017 18:07:10 +0000 Subject: [PATCH] Shrink strip height a bit --- MusicBoxConverter/MusicBox.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBoxConverter/MusicBox.cs b/MusicBoxConverter/MusicBox.cs index 9d58d1f..1922769 100644 --- a/MusicBoxConverter/MusicBox.cs +++ b/MusicBoxConverter/MusicBox.cs @@ -11,7 +11,7 @@ namespace MusicBoxConverter /// /// The height of a strip for this music box, in millimetres. /// - public float StripHeightMm = 58.8f; + public float StripHeightMm = 58.2f; public List ValidNotes { get; private set; } public Note LowestNote {