Remove non-standard background color

This commit is contained in:
John Lewin 2018-10-01 15:06:10 -07:00
parent cef1214915
commit 788d7c5052

View file

@ -107,7 +107,6 @@ namespace MatterHackers.MatterControl.EeProm
var settingsAreaScrollBox = new ScrollableWidget(true);
settingsAreaScrollBox.ScrollArea.HAnchor |= HAnchor.Stretch;
settingsAreaScrollBox.AnchorAll();
settingsAreaScrollBox.BackgroundColor = ActiveTheme.Instance.SecondaryBackgroundColor;
contentRow.AddChild(settingsAreaScrollBox);
settingsAreaScrollBox.AddChild(conterContent);