Add 'View' button to PrintQueueItems. Make action buttons slide out after click.
This commit is contained in:
parent
c4128157fd
commit
4768cd95e8
4 changed files with 51 additions and 32 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue