1786019932
This commit is contained in:
@@ -6,6 +6,7 @@ export component AppWindow inherits Window {
|
|||||||
callback request-increase-value();
|
callback request-increase-value();
|
||||||
HorizontalBox {
|
HorizontalBox {
|
||||||
VerticalBox {
|
VerticalBox {
|
||||||
|
width: 50%;
|
||||||
Text {
|
Text {
|
||||||
text: "Counter: \{root.counter}";
|
text: "Counter: \{root.counter}";
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
@@ -18,6 +19,7 @@ export component AppWindow inherits Window {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
VerticalBox {
|
VerticalBox {
|
||||||
|
width: 50%;
|
||||||
alignment: start;
|
alignment: start;
|
||||||
CheckBox {
|
CheckBox {
|
||||||
text: "Armory Light";
|
text: "Armory Light";
|
||||||
|
|||||||
Reference in New Issue
Block a user