Improve stroke weighs and balancing, add missing SetPreMultiply()
This commit is contained in:
parent
68b481eb35
commit
8d9db18d69
14 changed files with 4 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
|
||||
static LocalZipContainerLink()
|
||||
{
|
||||
thumbnail = AggContext.StaticData.LoadIcon(System.IO.Path.Combine("FileDialog", "folder_zip.png"));
|
||||
thumbnail = AggContext.StaticData.LoadIcon(System.IO.Path.Combine("FileDialog", "folder_zip.png")).SetPreMultiply();
|
||||
}
|
||||
|
||||
public bool IsReadOnly { get; } = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue