Add 'View' button to PrintQueueItems. Make action buttons slide out after click.

This commit is contained in:
Kevin Pope 2014-11-10 11:58:46 -08:00
parent c4128157fd
commit 4768cd95e8
4 changed files with 51 additions and 32 deletions

View file

@ -213,7 +213,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
{
QueueData.Instance.AddItem(this.printItemWrapper);
}
buttonContainer.SlideOut();
this.Invalidate();
};;
@ -355,6 +355,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
{
UiThread.RunOnIdle((state) =>
{
this.rightButtonOverlay.SlideOut();
openPartView(state, false);
});
}