diff --git a/haxe/ui/components/Label.hx b/haxe/ui/components/Label.hx index c161e3ac5..2b2936c10 100644 --- a/haxe/ui/components/Label.hx +++ b/haxe/ui/components/Label.hx @@ -58,6 +58,8 @@ class Label extends Component { * Wheter the label text can be selected by the user or not */ @:clonable @:behaviour(SelectableBehaviour) public var selectable:Bool; + + @:style public var fontSize:Null; } //***********************************************************************************************************