mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed checkbox width
This commit is contained in:
parent
e1ed9a8e5e
commit
fa0185c9a4
@ -7,7 +7,7 @@ local flasher = require("graphics.flasher")
|
||||
|
||||
local core = {}
|
||||
|
||||
core.version = "2.0.7"
|
||||
core.version = "2.0.8"
|
||||
|
||||
core.flasher = flasher
|
||||
core.events = events
|
||||
|
@ -24,7 +24,7 @@ local function checkbox(args)
|
||||
|
||||
args.can_focus = true
|
||||
args.height = 1
|
||||
args.width = 3 + string.len(args.label)
|
||||
args.width = 2 + string.len(args.label)
|
||||
|
||||
-- create new graphics element base object
|
||||
local e = element.new(args)
|
||||
|
Loading…
Reference in New Issue
Block a user