Edit mode button cleanup.
This commit is contained in:
parent
ae35cd86a8
commit
899ece89c8
5 changed files with 46 additions and 26 deletions
|
|
@ -109,7 +109,6 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
FlowLayoutWidget baudRateContainer = new FlowLayoutWidget(FlowDirection.TopToBottom);
|
||||
baudRateContainer.Margin = new BorderDouble(0);
|
||||
|
||||
//TO DO - Add handling for 'Other' option with attached TextEdit
|
||||
List<string> baudRates = new List<string> { "115200", "250000" };
|
||||
BorderDouble baudRateMargin = new BorderDouble(3, 3, 5, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue