dummy layout_item size property

This commit is contained in:
BlackMATov
2020-02-07 05:49:40 +07:00
parent fd8405d32a
commit 039a11d704
4 changed files with 47 additions and 5 deletions

View File

@@ -65,7 +65,10 @@ local layout_item = {
enabled = true,
---@type boolean
disabled = false
disabled = false,
---@type v2f
size = v2f.unit()
}
---@overload fun(self: layout_item)