Swap button order

This commit is contained in:
jlewin 2019-06-04 17:16:43 -07:00
parent 4899d77517
commit c473052154

View file

@ -250,8 +250,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
}
setupRow.AddChild(new HorizontalSpacer());
setupRow.AddChild(startPrintButton);
setupRow.AddChild(exportGCodeButton);
setupRow.AddChild(startPrintButton);
printPanel.AddChild(setupRow);