Skip to content

Commit

Permalink
remove label from preloader (blank by default is nicer)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Feb 15, 2024
1 parent f6dd948 commit 96120b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haxe/ui/Preloader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ class Preloader extends Box {
}

private override function createChildren() {
/*
var label = new Label();
label.text = "Loading";
label.verticalAlign = "center";
label.horizontalAlign = "center";
addComponent(label);
*/
}

private override function validateComponentLayout():Bool {
Expand Down

0 comments on commit 96120b6

Please sign in to comment.