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:
parent
de20dea82d
commit
4559073237
12 changed files with 383 additions and 221 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue