We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a4135 commit 74ba533Copy full SHA for 74ba533
haxe/ui/layouts/VerticalLayout.hx
@@ -2,6 +2,9 @@ package haxe.ui.layouts;
2
3
import haxe.ui.geom.Size;
4
5
+#if haxeui_expose_all
6
+@:expose
7
+#end
8
class VerticalLayout extends DefaultLayout {
9
public function new() {
10
super();
0 commit comments