#162 Add static grid last row alignment

This commit is contained in:
Insality
2022-01-27 22:29:13 +02:00
parent 97e7631d22
commit 3ac2986171
3 changed files with 33 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ M["drag"] = {
M["static_grid"] = {
IS_DYNAMIC_NODE_POSES = false, -- Always align by content size with node anchor
IS_ALIGN_LAST_ROW = true, -- Align the last row of grid
}