Increased tag count

master
Mark 2022-03-19 10:58:49 -07:00
parent 531c2c456e
commit 4f9922cd3a
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- Tag grid manager
local Tagger = {
screen = nil, rows = 2, cols = 3
screen = nil, rows = 2, cols = 4
}
Tagger.__index = Tagger