fix: initial 0 size on launcher wallpaper item
This commit is contained in:
parent
8e373ced17
commit
5b88995b39
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
path: root.modelData.path
|
path: root.modelData.path
|
||||||
smooth: !root.PathView.view.moving
|
smooth: !root.PathView.view.moving
|
||||||
|
sourceSize: Qt.size(image.implicitWidth, image.implicitHeight)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue