more symmetrical grid

This commit is contained in:
Max
2026-06-01 21:54:44 +02:00
parent d3b7ebfc15
commit 4a7ca281dd
+1 -1
View File
@@ -845,7 +845,7 @@ local function runScrollableGrid(options)
local columns = 5
local rowsPerView = 3
local baseCellX = 3
local baseCellY = 3
local baseCellY = 2
local colStepCells = 8+3
local rowStepCells = 5+3
local rowStepPixels = rowStepCells * 3