Improved printer edit pop-up

This commit is contained in:
Lars Brubaker 2016-09-07 12:08:03 -07:00
parent 9f8cd19a56
commit fbe9b17f46
3 changed files with 15 additions and 10 deletions

View file

@ -56,7 +56,9 @@ namespace MatterHackers.MatterControl
AddNameSetting(SettingsKey.baud_rate, contentRow, ref tabIndex);
AddNameSetting(SettingsKey.com_port, contentRow, ref tabIndex);
contentRow.AddChild(SliceSettingsWidget.CretaePrinterExtraControls());
contentRow.AddChild(new VerticalSpacer());
contentRow.AddChild(SliceSettingsWidget.CreatePrinterExtraControls());
footerRow.AddChild(new HorizontalSpacer());
footerRow.AddChild(cancelButton);