|
|
|
@ -120,6 +120,7 @@ Item { |
|
|
|
text: mpris2Source.track || i18nd("plasma_lookandfeel_org.kde.lookandfeel", "No media playing") |
|
|
|
text: mpris2Source.track || i18nd("plasma_lookandfeel_org.kde.lookandfeel", "No media playing") |
|
|
|
textFormat: Text.PlainText |
|
|
|
textFormat: Text.PlainText |
|
|
|
font.pointSize: theme.defaultFont.pointSize + 1 |
|
|
|
font.pointSize: theme.defaultFont.pointSize + 1 |
|
|
|
|
|
|
|
maximumLineCount: 1 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PlasmaExtras.DescriptiveLabel { |
|
|
|
PlasmaExtras.DescriptiveLabel { |
|
|
|
@ -130,6 +131,7 @@ Item { |
|
|
|
text: mpris2Source.artist || mpris2Source.identity || "" |
|
|
|
text: mpris2Source.artist || mpris2Source.identity || "" |
|
|
|
textFormat: Text.PlainText |
|
|
|
textFormat: Text.PlainText |
|
|
|
font.pointSize: theme.smallestFont.pointSize + 1 |
|
|
|
font.pointSize: theme.smallestFont.pointSize + 1 |
|
|
|
|
|
|
|
maximumLineCount: 1 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|