1786019932

This commit is contained in:
2026-08-06 14:38:52 +02:00
parent 27913628f7
commit 5479cc3cf9

View File

@@ -6,6 +6,7 @@ export component AppWindow inherits Window {
callback request-increase-value();
HorizontalBox {
VerticalBox {
width: 50%;
Text {
text: "Counter: \{root.counter}";
font-size: 24px;
@@ -18,6 +19,7 @@ export component AppWindow inherits Window {
}
}
VerticalBox {
width: 50%;
alignment: start;
CheckBox {
text: "Armory Light";