Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
- Issue MatterHackers/MCCentral#4490
This commit is contained in:
parent
c279f8a511
commit
8d4974dc32
103 changed files with 245 additions and 426 deletions
|
|
@ -40,7 +40,7 @@ namespace MatterHackers.MatterControl
|
|||
ContentRow.AddChild(
|
||||
new TextWidget(
|
||||
"MatterControl was unable to connect to the Internet. Please check your Wifi connection and try again".Localize() + "...",
|
||||
textColor: ActiveTheme.Instance.PrimaryTextColor));
|
||||
textColor: theme.TextColor));
|
||||
|
||||
var configureButton = theme.CreateDialogButton("Configure Wifi".Localize());
|
||||
configureButton.Margin = new BorderDouble(0, 0, 10, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue