Move PrimaryAccentColor to parent
This commit is contained in:
parent
17a1838b22
commit
151e753db2
43 changed files with 113 additions and 103 deletions
|
|
@ -129,7 +129,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
DynamicallyScaleRange = false,
|
||||
MinValue = 0,
|
||||
ShowGoal = true,
|
||||
GoalColor = ActiveTheme.Instance.PrimaryAccentColor,
|
||||
GoalColor = menuTheme.PrimaryAccentColor,
|
||||
GoalValue = printer.Settings.GetValue<double>(SettingsKey.bed_temperature),
|
||||
MaxValue = 150, // could come from some profile value in the future
|
||||
Width = widget.Width - 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue