diff --git a/ui/main.slint b/ui/main.slint index 7000c39..ab16cc9 100644 --- a/ui/main.slint +++ b/ui/main.slint @@ -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";