fixed more scaling issues
This commit is contained in:
parent
73599ba022
commit
9df2078d0d
26 changed files with 56 additions and 38 deletions
|
|
@ -40,7 +40,7 @@ namespace MatterHackers.MatterControl
|
|||
this.HelpArticle = helpArticle;
|
||||
this.Text = helpArticle.Name;
|
||||
this.Tag = helpArticle;
|
||||
this.Image = AggContext.StaticData.LoadIcon("fa-text-file_16.png");
|
||||
this.Image = AggContext.StaticData.LoadIcon("fa-text-file_16.png", 16, 16);
|
||||
}
|
||||
|
||||
public HelpArticle HelpArticle { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue