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() Component.onCompleted: x = xPos()
x: 0 x: 0
y: Screen.height - height y: Screen.height - ( height + 10 )
width: Math.floor( gif.sourceSize.width / 2 ) width: Math.floor( gif.sourceSize.width / 1.25 )
height: Math.floor( gif.sourceSize.height / 2 ) height: Math.floor( gif.sourceSize.height / 1.25 )
AnimatedImage { AnimatedImage {
id: gif id: gif
+2 -2
View File
@@ -26,9 +26,9 @@ PanelWindow {
margins { margins {
left: 0 left: 0
bottom: 9
right: 0 right: 0
top: 0 top: 0
bottom: 9
} }
GetGifs { GetGifs {
@@ -91,7 +91,7 @@ PanelWindow {
property var noMove: Region {} property var noMove: Region {}
property bool setMask: false property bool setMask: true
GlobalShortcut { GlobalShortcut {
appid: "I-DeskPet" appid: "I-DeskPet"