Improve favorites bar styling

This commit is contained in:
John Lewin 2018-10-14 07:40:06 -07:00
parent 0112af1b85
commit 01bbf1ebfc

View file

@ -136,9 +136,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
Name = "LibraryView",
// Drop containers
ContainerFilter = (container) => false,
BackgroundColor = new Color(theme.MinimalShade, 25),
BackgroundColor = theme.ActiveTabColor,
ListContentView = new IconListView(theme, 22),
Border = new BorderDouble(top: 1),
Border = new BorderDouble(top: 1, right: 1),
BorderColor = theme.GetBorderColor(15),
HAnchor = HAnchor.Absolute,
Width = 33,
AllowContextMenu = false