Edit mode button cleanup.

This commit is contained in:
Kevin Pope 2014-12-20 09:07:13 -08:00
parent ae35cd86a8
commit 899ece89c8
5 changed files with 46 additions and 26 deletions

View file

@ -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);