Skip to content

Commit 74ba533

Browse files
committed
haxeui_expose_all
1 parent 17a4135 commit 74ba533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

haxe/ui/layouts/VerticalLayout.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ package haxe.ui.layouts;
22

33
import haxe.ui.geom.Size;
44

5+
#if haxeui_expose_all
6+
@:expose
7+
#end
58
class VerticalLayout extends DefaultLayout {
69
public function new() {
710
super();

0 commit comments

Comments
 (0)