2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
[grid]
|
|
|
|
#Whether the Grid should use a large font for stack quantity display
|
|
|
|
largeFont = false
|
2021-01-26 10:32:42 +00:00
|
|
|
#Whether the Grid should display a detailed tooltip when hovering over an item or fluid
|
|
|
|
detailedTooltip = true
|
2021-01-17 12:40:59 +00:00
|
|
|
#Whether the Grid should prevent sorting while the shift key is held down
|
|
|
|
preventSortingWhileShiftIsDown = true
|
|
|
|
#Whether the Grid should remember the search query when closing and re-opening the Grid
|
|
|
|
rememberSearchQuery = false
|
2021-01-26 10:32:42 +00:00
|
|
|
#The maximum amount of rows that the Grid can show when stretched
|
|
|
|
#Range: > 3
|
|
|
|
maxRowsStretch = 2147483647
|
2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
[crafterManager]
|
|
|
|
#The maximum amount of rows that the Crafter Manager can show when stretched
|
|
|
|
#Range: > 3
|
|
|
|
maxRowsStretch = 2147483647
|
|
|
|
|