From cf9eb09a7b28762c57b6b4b9429059020e5a0238 Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 18:10:35 +0200 Subject: [PATCH] 1786205435 --- dashboard/ui/main.slint | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dashboard/ui/main.slint b/dashboard/ui/main.slint index 7c8a4ac..2e62889 100644 --- a/dashboard/ui/main.slint +++ b/dashboard/ui/main.slint @@ -104,11 +104,10 @@ component LightTile inherits Rectangle { text: light.name; height: 32px; vertical-alignment: center; + horizontal-alignment: right; font-weight: light.on ? 700 : 500; } - Rectangle { } - sw := Switch { width: 48px; height: 32px;