Extract SliceSettingsWidget settings/tab view to reusable control

- Make Configure Printer persist/restore last tab
- Revise layouts.txt groups
- Issue MatterHackers/MCCentral#2646
Configure Printer should use same implementation as SliceSettingsWidget
This commit is contained in:
John Lewin 2018-01-14 10:13:42 -08:00
parent 42a5e08ac4
commit 5e4184217e
15 changed files with 227 additions and 248 deletions

View file

@ -122,7 +122,7 @@ namespace MatterHackers.MatterControl
return null;
}
ApplicationController.Instance.Theme.BoxStyleSectionWidget(sectionWidget);
sectionWidget.ApplyBoxStyle().ContentPanel.Padding = new BorderDouble(10, 10, 10, 0);
column.AddChild(sectionWidget);