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
|
|
@ -96,7 +96,7 @@ namespace MatterHackers.MatterControl
|
|||
// Regen and refresh the troubleshooting criteria
|
||||
var printerNameLabel = new TextWidget(string.Format("{0}:", "Connection Troubleshooting".Localize()), 0, 0, labelFontSize)
|
||||
{
|
||||
TextColor = theme.Colors.PrimaryTextColor,
|
||||
TextColor = theme.TextColor,
|
||||
Margin = new BorderDouble(bottom: 10)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue