This commit is contained in:
2025-10-30 14:39:51 +01:00
parent dbcde131aa
commit 9dd1a5430d
6 changed files with 594 additions and 71 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
import QtQuick
Rectangle {
width: 227
height: 212
width: AnimatedImage.width
height: AnimatedImage.height
AnimatedImage {
source: "../Gifs/Acheron.gif"
fillMode: Image.PreserveAspectFit
}
}