MediaCard: resize, made title text bigger

SystemMonitorCard: made more compact
WeatherCard: made more compact
ControlCenterPanel: adjust height
This commit is contained in:
lysec
2025-10-11 16:58:23 +02:00
parent 54fa04f303
commit 5a8da9695d
4 changed files with 56 additions and 47 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ NBox {
model: weatherReady ? LocationService.data.weather.daily.time : []
delegate: ColumnLayout {
Layout.alignment: Qt.AlignHCenter
spacing: Style.marginL * scaling
spacing: Style.marginXS * scaling
NText {
text: {
var weatherDate = new Date(LocationService.data.weather.daily.time[index].replace(/-/g, "/"))