Improving arange all

adding part sheet to main
improving folder sorting and naming, fixing path rendering
This commit is contained in:
MatterHackers 2023-03-11 11:26:16 -08:00
parent 0416a941d7
commit 6492f25d1d
19 changed files with 819 additions and 246 deletions

View file

@ -33,7 +33,7 @@ namespace MatterHackers.MatterControl.Library
{
public class LibraryViewState
{
public PrintLibraryWidget.ListViewModes ViewMode { get; set; }
public PopupLibraryWidget.ListViewModes ViewMode { get; set; }
public LibrarySortBehavior SortBehavior { get; set; }
}