latest agg

This commit is contained in:
Lars Brubaker 2015-07-06 13:56:43 -07:00
parent 89eb19345b
commit 8a76be3cd9
3 changed files with 8 additions and 1 deletions

View file

@ -119,6 +119,7 @@ namespace MatterHackers.MatterControl.PrintQueue
topBarContainer.Padding = new BorderDouble(0);
topBarContainer.AddChild(enterEditModeButton);
topBarContainer.AddChild(leaveEditModeButton);
topBarContainer.AddChild(new HorizontalSpacer());
topBarContainer.AddChild(itemOperationButtons);