helium/control/size.lua
ELmars Abolinsh 32befc1a89 random commit
2020-06-21 03:42:26 +03:00

7 lines
246 B
Lua

local path = string.sub(..., 1, string.len(...) - string.len(".control.size"))
local stack = require(path..'.core.stack')
--Sets the computed/minimum size of an element to be used with layout calculations and rendering
return function(w, h)
end