extensions/urho3d: UIElement.width

This commit is contained in:
Perttu Ahola 2014-10-28 01:49:56 +02:00
parent c2877aaca2
commit 1ca6915fe0

View File

@ -706,6 +706,7 @@ function M.define(dst, util)
horizontalAlignment = util.simple_property("number"),
verticalAlignment = util.simple_property("number"),
height = util.simple_property("number"),
width = util.simple_property("number"),
color = util.simple_property("Color"),
minHeight = util.simple_property("number"),
minWidth = util.simple_property("number"),