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

@@ -9,6 +9,7 @@
- Added the ability to see the output of a Pattern by holding shift (raoulvdberge)
- When a machine is in use by a crafting pattern, inserting of items from other patterns will be avoided (raoulvdberge)
- Exporter in fluid mode and Fluid Interface no longer duplicates fluids that are less than 1 bucket (raoulvdberge)
- Changed default Grid sorting type to quantity (raoulvdberge)
- Updated Dutch translation (raoulvdberge)
- Updated Chinese translation (TartaricAcid)

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() {