# HG changeset patch # User Tess Snider # Date 2018-05-03 06:47:04 # Node ID 5a4415a7bdecb082f4c4bea35111bf288ea5b0f8 # Parent 580f0d0b2440214e7ea307a76ac3cabdd6e542f8 Reverted color bar widths. They were correct for default "Small" UI. diff --git a/ReactionRecorder.cs b/ReactionRecorder.cs --- a/ReactionRecorder.cs +++ b/ReactionRecorder.cs @@ -31,8 +31,8 @@ namespace DesertPaintLab const int COLOR_TOLERANCE = 3; const int DEFAULT_SWATCH_HEIGHT = 24; // including top and bottom borders - const int DEFAULT_SWATCH_WIDTH = 274; - const int DEFAULT_COLOR_BAR_WIDTH = 320; + const int DEFAULT_SWATCH_WIDTH = 260; + const int DEFAULT_COLOR_BAR_WIDTH = 306; const int DEFAULT_RED_BAR_SPACING = 32; const int DEFAULT_GREEN_BAR_SPACING = 42; const int DEFAULT_BLUE_BAR_SPACING = 52;