Move more widgets to printer action bar

- Extract elements in PrinterConnectAndSelectControl to components
- Use new components in printer action bar
- Extract more factories to shared components
- Move shared color to ThemeConfig
- Add support for widget generation during ShowPopup
This commit is contained in:
John Lewin 2017-05-24 14:19:02 -07:00
parent de20dea82d
commit 4559073237
12 changed files with 383 additions and 221 deletions

View file

@ -46,7 +46,7 @@ namespace MatterHackers.MatterControl
: base(true)
{
ScrollArea.HAnchor |= Agg.UI.HAnchor.ParentLeftRight;
this.BackgroundColor = ApplicationController.Instance.TabBodyBackground;
this.BackgroundColor = ApplicationController.Instance.Theme.TabBodyBackground;
AnchorAll();
AddChild(new PrinterConfigurationWidget());
}