Rename cube asset
This commit is contained in:
parent
3b1bb05858
commit
8cfffa3f21
3 changed files with 2 additions and 2 deletions
|
|
@ -249,7 +249,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
buttonPanel.RemoveAllChildren();
|
||||
|
||||
// the add button
|
||||
addToLibraryButton = textImageButtonFactory.Generate("Add".Localize(), "AddAzureResource_16x.png");
|
||||
addToLibraryButton = textImageButtonFactory.Generate("Add".Localize(), "cube.png");
|
||||
addToLibraryButton.Enabled = false; // The library selector (the first library selected) is protected so we can't add to it.
|
||||
addToLibraryButton.ToolTipText = "Add an .stl, .amf, .gcode or .zip file to the Library".Localize();
|
||||
addToLibraryButton.Name = "Library Add Button";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue