mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:24:02 +02:00
Merge pull request #12194 from misslivirose/feat/exp-gif
change ImageOverlay to use AnimatedImage instead of Image
This commit is contained in:
commit
77837e2cf0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import "."
|
||||||
Overlay {
|
Overlay {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
Image {
|
AnimatedImage {
|
||||||
id: image
|
id: image
|
||||||
property bool scaleFix: true
|
property bool scaleFix: true
|
||||||
property real xStart: 0
|
property real xStart: 0
|
||||||
|
|
Loading…
Reference in a new issue