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:
parent
42a5e08ac4
commit
5e4184217e
15 changed files with 227 additions and 248 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue