Removing tiny icons

Prepping for improved folder views
Fixing warnings
This commit is contained in:
LarsBrubaker 2020-08-01 08:58:50 -07:00
parent 333ef89a9f
commit 0eec29e84d
43 changed files with 466 additions and 463 deletions

View file

@ -32,7 +32,7 @@ namespace MatterHackers.MatterControl.Library
public class LocalLibraryZipContainerLink : LocalZipContainerLink
{
public LocalLibraryZipContainerLink(int id, string filePath, string nameOverride = null)
: base (filePath, nameOverride)
: base(filePath, nameOverride)
{
this.RowID = id;
}