Better history default sort
This commit is contained in:
parent
1395a2453b
commit
70ba624c40
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,11 @@ namespace MatterHackers.MatterControl.Library
|
|||
this.ChildContainers = new List<ILibraryContainerLink>();
|
||||
this.Items = new List<ILibraryItem>();
|
||||
this.IsProtected = true;
|
||||
|
||||
DefaultSort = new SortBehavior()
|
||||
{
|
||||
SortKey = SortKey.ModifiedDate,
|
||||
};
|
||||
}
|
||||
|
||||
public int PageSize { get; set; } = 25;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue