Formatting output paths (#472)

This commit is contained in:
Lucas LaBuff
2021-01-28 15:01:13 -05:00
committed by GitHub
parent 915f4c8d9f
commit 77b7977324
9 changed files with 152 additions and 31 deletions

View File

@@ -30,7 +30,7 @@
<PropertyGroupDescription PropertyName="Category" />
</CollectionViewSource.GroupDescriptions>
<CollectionViewSource.SortDescriptions>
<componentModel:SortDescription Direction="Ascending" PropertyName="Category" />
<componentModel:SortDescription Direction="Ascending" PropertyName="Position" />
<componentModel:SortDescription Direction="Ascending" PropertyName="Name" />
</CollectionViewSource.SortDescriptions>
</CollectionViewSource>