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; } } }