This commit is contained in:
Ly-sec
2025-11-18 20:41:20 +01:00
6 changed files with 62 additions and 16 deletions
-4
View File
@@ -241,10 +241,6 @@ SmartPanel {
}
}
}
Item {
Layout.fillHeight: true
}
}
}
}
@@ -238,10 +238,6 @@ SmartPanel {
}
}
}
Item {
Layout.fillHeight: true
}
}
}
}
@@ -650,6 +650,7 @@ SmartPanel {
Loader {
id: weatherLoader
active: Settings.data.location.weatherEnabled && Settings.data.location.showCalendarWeather
visible: active
Layout.fillWidth: true
sourceComponent: WeatherCard {