Swap button order
This commit is contained in:
parent
4899d77517
commit
c473052154
1 changed files with 1 additions and 1 deletions
|
|
@ -250,8 +250,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
}
|
||||
|
||||
setupRow.AddChild(new HorizontalSpacer());
|
||||
setupRow.AddChild(startPrintButton);
|
||||
setupRow.AddChild(exportGCodeButton);
|
||||
setupRow.AddChild(startPrintButton);
|
||||
|
||||
printPanel.AddChild(setupRow);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue