Changed default Grid sorting type to quantity

This commit is contained in:
Raoul Van den Berge
2016-09-21 17:43:34 +02:00
parent 41bdbad10d
commit f51c218ea5
2 changed files with 2 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ public class TileGrid extends TileNode implements IGrid {
private int viewType = VIEW_TYPE_NORMAL;
private int sortingDirection = SORTING_DIRECTION_DESCENDING;
private int sortingType = SORTING_TYPE_NAME;
private int sortingType = SORTING_TYPE_QUANTITY;
private int searchBoxMode = SEARCH_BOX_MODE_NORMAL;
public TileGrid() {