checkbox width bug, scroll canvas

This commit is contained in:
kepler155c@gmail.com
2019-02-09 21:41:51 -05:00
parent 195dbd365a
commit fd672ac74e
2 changed files with 12 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ 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
self.width = 3
end
UI.Window.setParent(self)
end