# HG changeset patch # User Jason Maltzen # Date 2019-11-02 20:08:34 # Node ID e9f4273e7869a0883902ff3e4b5818fb75f34f3c # Parent cbcdc45e1b92e911a778a973277366ee89ef5063 Fix width for large/huge interfaces diff --git a/ReactionRecorder.cs b/ReactionRecorder.cs --- a/ReactionRecorder.cs +++ b/ReactionRecorder.cs @@ -54,7 +54,7 @@ namespace DesertPaintLab 306, // small 306, // medium 320, // large - 350 // huge + 320 // huge }; public static readonly int[] COLOR_BAR_WIDTH = { @@ -62,7 +62,7 @@ namespace DesertPaintLab 306, // small -- includes left and right borders 306, // medium 320, // large - 350 // huge + 320 // huge }; public static readonly int[] RED_BAR_SPACING = {