Update app logo
This commit is contained in:
parent
dd42880164
commit
928c6f668a
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
BIN
StaticData/Images/mh-app-logo.png
Normal file
BIN
StaticData/Images/mh-app-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 725 B |
Loading…
Add table
Add a link
Reference in a new issue