Remove DisableColor, collapse IsDarkTheme into parent

This commit is contained in:
John Lewin 2018-10-15 08:02:30 -07:00
parent 9a6a8e712d
commit b6a3a5e9cd
15 changed files with 22 additions and 32 deletions

View file

@ -66,7 +66,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
VAnchor = VAnchor.Fit,
Padding = new BorderDouble(6, 4, 10, 4),
Margin = new BorderDouble(right: layerScrollbar.Width + layerScrollbar.Margin.Width),
TagColor = (theme.Colors.IsDarkTheme) ? theme.Shade : theme.SlightShade
TagColor = (theme.IsDarkTheme) ? theme.Shade : theme.SlightShade
};
currentLayerInfo = new InlineEditControl("1000")