quickshell: bump media album art to 128x128
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
150f362998
commit
af35c81514
1 changed files with 3 additions and 3 deletions
|
|
@ -2428,10 +2428,10 @@ in
|
||||||
// the top row, so the art can be large.
|
// the top row, so the art can be large.
|
||||||
Item {
|
Item {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 64
|
height: 128
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: 64; height: 64
|
width: 128; height: 128
|
||||||
radius: Theme.radiusSmall
|
radius: Theme.radiusSmall
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
@ -2442,7 +2442,7 @@ in
|
||||||
visible: albumArt.status !== Image.Ready
|
visible: albumArt.status !== Image.Ready
|
||||||
text: "music_note"
|
text: "music_note"
|
||||||
color: Theme.base04
|
color: Theme.base04
|
||||||
font.pixelSize: 28
|
font.pixelSize: 48
|
||||||
}
|
}
|
||||||
Image {
|
Image {
|
||||||
id: albumArt
|
id: albumArt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue