#145 fixed oversized listboxes

This commit is contained in:
Mikayla Fischler
2024-02-19 13:54:23 -05:00
parent bb062cf397
commit bbc64c8dc2
8 changed files with 21 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.6.10"
local R_PLC_VERSION = "v1.6.11"
local println = util.println
local println_ts = util.println_ts