mirror of
https://github.com/KDE/kasts.git
synced 2024-12-28 09:21:13 +01:00
Correct fillMode setting in PlayerControls
This commit is contained in:
parent
55eb616d61
commit
ce360f5ff8
@ -50,7 +50,7 @@ Kirigami.Page {
|
||||
ImageWithFallback {
|
||||
id: coverImage
|
||||
imageSource: audio.entry ? audio.entry.cachedImage : "no-image"
|
||||
imageFillMode: Image.PreserveAspectFill
|
||||
imageFillMode: Image.PreserveAspectCrop
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: Math.max(0, parent.height - (height + imageLabels.height + 2*parent.textMargin))/2
|
||||
|
Loading…
Reference in New Issue
Block a user