Trying get rid of the scroll bars

- moved view classes instanciation into CREATION_COMPLETE triggered methods
This commit is contained in:
2025-11-24 18:15:47 +01:00
parent e8789829ae
commit a42a468070
8 changed files with 57 additions and 52 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class ToolbarToggleButton extends ToggleButton {
iconSize = pIconSize;
textSize = pTextSize;
traceRed("iconSize : " + iconSize + " / textSize : " + textSize);
//traceRed("iconSize : " + iconSize + " / textSize : " + textSize);
}
override private function initialize():Void {