Remove duplication in SetupConnectionWidgetBase
- Issue #846 - Move ActivePrinter to SetupConnectionWigetBase - Remove local theme variables - Allow subclass to set widget factory defaults
This commit is contained in:
parent
50593fe399
commit
8456924b9e
5 changed files with 85 additions and 156 deletions
|
|
@ -42,7 +42,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
contentRow.AddChild(new TextWidget("Wifi Setup".Localize() + ":", 0, 0, labelFontSize)
|
||||
{
|
||||
TextColor = this.defaultTextColor,
|
||||
TextColor = ActiveTheme.Instance.PrimaryTextColor,
|
||||
Margin = new BorderDouble(bottom: 10)
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue