Revise theme support
This commit is contained in:
parent
7ba684ef8d
commit
ee936efb8a
57 changed files with 1562 additions and 458 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue