Add icons for export & add to bed

This commit is contained in:
John Lewin 2018-10-14 12:52:18 -07:00
parent 81d9c5f9d1
commit 4115318c6b
2 changed files with 2 additions and 0 deletions

View file

@ -687,6 +687,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
menuActions.Add(new PrintItemAction()
{
Title = "Add to Bed".Localize(),
Icon = AggContext.StaticData.LoadIcon("bed_add.png", 16, 16, theme.InvertIcons),
Action = (selectedLibraryItems, listView) =>
{
var activeContext = ApplicationController.Instance.DragDropData;
@ -895,6 +896,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
menuActions.Add(new PrintItemAction()
{
Title = "Export".Localize(),
Icon = AggContext.StaticData.LoadIcon("cube_export.png", 16, 16, theme.InvertIcons),
Action = (selectedLibraryItems, listView) =>
{
// Previously - exportButton_Click(object sender, EventArgs e)

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B