Zach: I know everything about your life

This commit is contained in:
2025-12-03 23:22:59 +01:00
parent e9fab71e9d
commit cf55c79855
6 changed files with 35 additions and 79 deletions
+4 -3
View File
@@ -26,13 +26,14 @@ Repeater {
x: 0
y: Screen.height - height
width: gif.width
height: gif.height
width: Math.floor( gif.sourceSize.width / 2 )
height: Math.floor( gif.sourceSize.height / 2 )
AnimatedImage {
id: gif
source: gifItem.modelData
fillMode: Image.PreserveAspectFit
// fillMode: Image.PreserveAspectFit
anchors.fill: parent
}
Mouse {}