Improve visibility of plus tab button

This commit is contained in:
John Lewin 2018-10-22 08:14:35 -07:00
parent 70d8e0e9b9
commit 182dffffd8

View file

@ -75,6 +75,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
Height = theme.MicroButtonHeight,
Width = theme.MicroButtonHeight,
Name = "Create New",
HoverColor = theme.AccentMimimalOverlay
};
this.AddChild(IconButton);