Improved printer edit pop-up
This commit is contained in:
parent
9f8cd19a56
commit
fbe9b17f46
3 changed files with 15 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue