1786307040

This commit is contained in:
2026-08-09 22:24:01 +02:00
parent cb15ea875f
commit 5f7ad011ae
2 changed files with 1 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ export component Climate inherits Rectangle {
];
VerticalLayout {
spacing: MaterialStyleMetrics.spacing_16;
HorizontalLayout {
Vertical {
ListTile {

View File

@@ -148,7 +148,6 @@ export component AppWindow inherits Window {
VerticalLayout {
width: root.width;
height: root.height;
spacing: MaterialStyleMetrics.spacing_16;
HorizontalLayout {
alignment: center;