fix: crop image that do not have a 1:1 aspect ratio
This commit is contained in:
parent
696390ab7c
commit
5309cf0de6
2 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue