From 66f9481e7dd36d6a2152ecac040dd7b5fc124ebc Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Wed, 23 Jan 2019 19:25:09 -0500 Subject: [PATCH] ui checkbox oops --- sys/apis/ui.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/apis/ui.lua b/sys/apis/ui.lua index 1813f40..a71ac83 100644 --- a/sys/apis/ui.lua +++ b/sys/apis/ui.lua @@ -3077,6 +3077,8 @@ UI.Checkbox.defaults = { function UI.Checkbox:setParent() if not self.width and not self.ex then self.width = (self.label and #self.label or 0) + 3 + else + self.widthh = 3 end UI.Window.setParent(self) end