Removing secondary accent color

This commit is contained in:
Lars Brubaker 2018-01-24 09:30:05 -08:00
parent 545ce7be67
commit 81f7cdb8b2
11 changed files with 17 additions and 17 deletions

View file

@ -68,7 +68,7 @@ namespace MatterHackers.MatterControl
TextColor = Color.Black;
TrackColor = new Color(220, 220, 220);
ThumbColor = ActiveTheme.Instance.SecondaryAccentColor;
ThumbColor = ActiveTheme.Instance.PrimaryAccentColor;
sliderWidget.FirstValueChanged += new EventHandler(sliderWidget_ValueChanged);
sliderWidget.SecondValueChanged += new EventHandler(sliderWidget_ValueChanged);