1786205366
This commit is contained in:
@@ -192,7 +192,7 @@ export component AppWindow inherits Window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
VerticalBox {
|
VerticalBox {
|
||||||
preferred-width: 0;
|
preferred-width: root.width / 3;
|
||||||
for light[index] in root.lights: LightTile {
|
for light[index] in root.lights: LightTile {
|
||||||
light: light;
|
light: light;
|
||||||
clicked => { toggle-light(light.id) }
|
clicked => { toggle-light(light.id) }
|
||||||
|
|||||||
Reference in New Issue
Block a user