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 { VerticalLayout {
spacing: MaterialStyleMetrics.spacing_16;
HorizontalLayout { HorizontalLayout {
Vertical { Vertical {
ListTile { ListTile {

View File

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