Improve TagContainer overlay opacity on light themes
This commit is contained in:
parent
64eb8b3a0c
commit
e2f5ac1d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,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.Shade
|
||||
TagColor = (theme.Colors.IsDarkTheme) ? theme.Shade : theme.SlightShade
|
||||
};
|
||||
|
||||
currentLayerInfo = new InlineEditControl("1000")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue