Revise theme support

This commit is contained in:
John Lewin 2018-10-13 17:58:54 -07:00
parent 7ba684ef8d
commit ee936efb8a
57 changed files with 1562 additions and 458 deletions

View file

@ -54,8 +54,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
: base (FlowDirection.TopToBottom)
{
this.printer = printer;
this.BackgroundColor = theme.TabBodyBackground;
this.settingsContext = settingsContext;
settingsControlBar = new PresetsToolbar(printer, theme)
@ -574,7 +572,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
var row = new FlowLayoutWidget()
{
BackgroundColor = theme.Colors.TertiaryBackgroundColor,
BackgroundColor = theme.SlightShade,
Padding = new BorderDouble(5),
Margin = new BorderDouble(3, 20, 3, 0),
HAnchor = HAnchor.Stretch,