Rename theme.ActiveTabColor to theme.BackgroundColor

- Issue MatterHackers/MCCentral#4491
This commit is contained in:
John Lewin 2018-11-03 09:50:09 -07:00
parent f4a92920f5
commit 7212f11871
35 changed files with 53 additions and 52 deletions

View file

@ -66,7 +66,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
HAnchor = HAnchor.Stretch,
VAnchor = VAnchor.Stretch,
Padding = theme.DefaultContainerPadding,
BackgroundColor = theme.ActiveTabColor
BackgroundColor = theme.BackgroundColor
};
editWidget = new MHTextEditWidget("", theme, multiLine: true)