margin layout item property

This commit is contained in:
BlackMATov
2020-02-10 04:13:11 +07:00
parent fce3c16f76
commit ea38121608
4 changed files with 62 additions and 5 deletions

View File

@@ -77,6 +77,9 @@ local layout_item = {
---@type v2f
size = v2f.unit(),
---@type v2f
margin = v2f.zero(),
---@type v2f
padding = v2f.zero()
}