Fix / move bug

This commit is contained in:
2025-12-04 19:39:45 +01:00
parent cf55c79855
commit 7d8037a82c
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -25,9 +25,9 @@ Repeater {
Component.onCompleted: x = xPos()
x: 0
y: Screen.height - height
width: Math.floor( gif.sourceSize.width / 2 )
height: Math.floor( gif.sourceSize.height / 2 )
y: Screen.height - ( height + 10 )
width: Math.floor( gif.sourceSize.width / 1.25 )
height: Math.floor( gif.sourceSize.height / 1.25 )
AnimatedImage {
id: gif