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
|
|
@ -160,7 +160,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
name = themeset.ThemesetID.Replace("-", " ");
|
||||
}
|
||||
|
||||
previewColumn.AddChild(new TextWidget(name, pointSize: theme.FontSize7, textColor: theme.Colors.PrimaryTextColor)
|
||||
previewColumn.AddChild(new TextWidget(name, pointSize: theme.FontSize7, textColor: theme.TextColor)
|
||||
{
|
||||
HAnchor = HAnchor.Left,
|
||||
Margin = new BorderDouble(12, 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue