mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
Set fillMode: Image.PreserveAspectFit
This commit is contained in:
parent
447b6ef163
commit
d337082930
@ -100,6 +100,7 @@ Rectangle {
|
|||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: image
|
id: image
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
width: height
|
width: height
|
||||||
smooth: true
|
smooth: true
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
@ -111,6 +112,7 @@ Rectangle {
|
|||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: appIcon
|
id: appIcon
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
height: root.height * 0.30
|
height: root.height * 0.30
|
||||||
width: root.height * 0.30
|
width: root.height * 0.30
|
||||||
smooth: true
|
smooth: true
|
||||||
@ -121,6 +123,7 @@ Rectangle {
|
|||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: closeButton
|
id: closeButton
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
height: root.height * 0.20
|
height: root.height * 0.20
|
||||||
width: root.height * 0.20
|
width: root.height * 0.20
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user