Changeset - e9f4273e7869
[Not reviewed]
default
0 1 0
Jason Maltzen - 4 years ago 2019-11-02 20:08:34
jason@hiddenachievement.com
Fix width for large/huge interfaces
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ReactionRecorder.cs
Show inline comments
...
 
@@ -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 =
 
        {
0 comments (0 inline, 0 general)