From f0cf87838311b67e8732e5bc54c04827b50c1741 Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 14:36:57 +0200 Subject: [PATCH] 1786192617 --- dashboard/ui/climate.slint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard/ui/climate.slint b/dashboard/ui/climate.slint index a2c4916..459cb51 100644 --- a/dashboard/ui/climate.slint +++ b/dashboard/ui/climate.slint @@ -113,6 +113,7 @@ export component Climate inherits Rectangle { font-size: 36px; font-weight: 700; vertical-alignment: center; + horizontal-alignment: right; } Text { @@ -120,6 +121,7 @@ export component Climate inherits Rectangle { font-size: 24px; font-weight: 500; vertical-alignment: center; + horizontal-alignment: right; } } }