fixed more scaling issues

This commit is contained in:
Lars Brubaker 2020-08-04 14:56:27 -07:00
parent 73599ba022
commit 9df2078d0d
26 changed files with 56 additions and 38 deletions

View file

@ -60,7 +60,7 @@ namespace MatterHackers.MatterControl
};
this.AddChild(row);
row.AddChild(new IconButton(AggContext.StaticData.LoadIcon("mh-app-logo.png", theme.InvertIcons), theme)
row.AddChild(new IconButton(AggContext.StaticData.LoadIcon("mh-app-logo.png", 16, 16, theme.InvertIcons), theme)
{
VAnchor = VAnchor.Center,
Margin = theme.ButtonSpacing,