1786205366

This commit is contained in:
2026-08-08 18:09:26 +02:00
parent 1c4b2b74f3
commit 5a930bb4f5

View File

@@ -192,7 +192,7 @@ export component AppWindow inherits Window {
}
VerticalBox {
preferred-width: 0;
preferred-width: root.width / 3;
for light[index] in root.lights: LightTile {
light: light;
clicked => { toggle-light(light.id) }