Convert static icons to instance, use theme colors

This commit is contained in:
John Lewin 2018-04-12 11:23:08 -07:00
parent 8e205cce57
commit f8a15c3b96
6 changed files with 22 additions and 21 deletions

View file

@ -54,7 +54,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
this.BackgroundColor = theme.Colors.PrimaryBackgroundColor;
this.theme = theme;
var configureIcon = AggContext.StaticData.LoadIcon("fa-cog_16.png");
var configureIcon = AggContext.StaticData.LoadIcon("fa-cog_16.png", 16, 16, theme.InvertIcons);
#if __ANDROID__
// Camera Monitoring