Make unique icon for 'new part', revise icons

This commit is contained in:
John Lewin 2018-04-24 08:55:05 -07:00
parent 4594470f8c
commit 607d282bb2
3 changed files with 1 additions and 1 deletions

View file

@ -271,7 +271,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab
var listView = new ListView(ApplicationController.Instance.Library, theme);
var emptyPlateButton = new ImageWidget(AggContext.StaticData.LoadIcon("empty-workspace.png", 70, 70))
var emptyPlateButton = new ImageWidget(AggContext.StaticData.LoadIcon("new-part.png", 70, 70))
{
Margin = new BorderDouble(right: 5),
Selectable = true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB