Remove DisableColor, collapse IsDarkTheme into parent
This commit is contained in:
parent
9a6a8e712d
commit
b6a3a5e9cd
15 changed files with 22 additions and 32 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue