Make unique icon for 'new part', revise icons
This commit is contained in:
parent
4594470f8c
commit
607d282bb2
3 changed files with 1 additions and 1 deletions
|
|
@ -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 |
BIN
StaticData/Icons/new-part.png
Normal file
BIN
StaticData/Icons/new-part.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue