Skip to content

Commit

Permalink
label fontSize property
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed May 7, 2024
1 parent d723b90 commit eff8da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haxe/ui/components/Label.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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<Float>;
}

//***********************************************************************************************************
Expand Down

0 comments on commit eff8da7

Please sign in to comment.