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
+2 -2
View File
@@ -26,9 +26,9 @@ PanelWindow {
margins {
left: 0
bottom: 9
right: 0
top: 0
bottom: 9
}
GetGifs {
@@ -91,7 +91,7 @@ PanelWindow {
property var noMove: Region {}
property bool setMask: false
property bool setMask: true
GlobalShortcut {
appid: "I-DeskPet"