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
+2 -2
View File
@@ -110,7 +110,7 @@ NBox {
}
}
// Player selector - positioned at the very top
// Player selector
Rectangle {
id: playerSelectorButton
anchors.top: parent.top
@@ -306,7 +306,7 @@ NBox {
NText {
visible: MediaService.trackTitle !== ""
text: MediaService.trackTitle
pointSize: Style.fontSizeM * scaling
pointSize: Style.fontSizeL * scaling
font.weight: Style.fontWeightBold
elide: Text.ElideRight
wrapMode: Text.Wrap