fix: crop image that do not have a 1:1 aspect ratio

This commit is contained in:
Nydragon 2024-09-29 02:56:26 +02:00
parent 696390ab7c
commit 5309cf0de6
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 1 additions and 1 deletions

View file

@ -15,6 +15,7 @@ Rectangle {
anchors.centerIn: parent anchors.centerIn: parent
anchors.margins: roundedImage.border.width anchors.margins: roundedImage.border.width
visible: false visible: false
fillMode: Image.PreserveAspectCrop
} }
MultiEffect { MultiEffect {

View file

@ -28,7 +28,6 @@ PopupWindow {
Component.onCompleted: () => { Component.onCompleted: () => {
Notifications.d.notification.connect(e => { Notifications.d.notification.connect(e => {
data.insert(0, e); data.insert(0, e);
//data.append(e);
}); });
} }
} }