Removing secondary accent color
This commit is contained in:
parent
545ce7be67
commit
81f7cdb8b2
11 changed files with 17 additions and 17 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue