Rename theme.ActiveTabColor to theme.BackgroundColor
- Issue MatterHackers/MCCentral#4491
This commit is contained in:
parent
f4a92920f5
commit
7212f11871
35 changed files with 53 additions and 52 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue