Add icons for export & add to bed
This commit is contained in:
parent
81d9c5f9d1
commit
4115318c6b
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
BIN
StaticData/Icons/bed_add.png
Normal file
BIN
StaticData/Icons/bed_add.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 983 B |
Loading…
Add table
Add a link
Reference in a new issue