Update app logo

This commit is contained in:
John Lewin 2017-08-12 12:19:07 -07:00
parent dd42880164
commit 928c6f668a
2 changed files with 2 additions and 2 deletions

View file

@ -124,8 +124,8 @@ namespace MatterHackers.MatterControl
//e.graphics2D.Render(directionArrow, buttonView.LocalBounds.Right - arrowHeight * 2 - 2, buttonView.LocalBounds.Center.y + arrowHeight / 2, ActiveTheme.Instance.SecondaryTextColor);
};
var icon = StaticData.Instance.LoadIcon(Path.Combine("..", "Images", "mh-logo.png"), 32, 32);
if (!ActiveTheme.Instance.IsDarkTheme)
var icon = StaticData.Instance.LoadIcon(Path.Combine("..", "Images", "mh-app-logo.png"));
if (ActiveTheme.Instance.IsDarkTheme)
{
icon = icon.InvertLightness();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B