1786205394

This commit is contained in:
2026-08-08 18:09:54 +02:00
parent 5a930bb4f5
commit 7e25667d22

View File

@@ -167,7 +167,7 @@ export component AppWindow inherits Window {
HorizontalLayout { HorizontalLayout {
height: root.height - 64px; height: root.height - 64px;
Rectangle { Rectangle {
preferred-width: root.width; preferred-width: (root.width / 3) * 2;
VerticalLayout { VerticalLayout {
if tab-bar.current-index == 0: Climate { if tab-bar.current-index == 0: Climate {
is-night: is-night; is-night: is-night;