From 7d8037a82c6e12f14524c3a95dd58f06790bc1b0 Mon Sep 17 00:00:00 2001 From: inorishio Date: Thu, 4 Dec 2025 19:39:45 +0100 Subject: [PATCH] Fix / move bug --- Modules/GifsLoader.qml | 6 +++--- shell.qml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Modules/GifsLoader.qml b/Modules/GifsLoader.qml index 5b5d6e2..9562b2f 100644 --- a/Modules/GifsLoader.qml +++ b/Modules/GifsLoader.qml @@ -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 diff --git a/shell.qml b/shell.qml index efa1edf..44bec59 100644 --- a/shell.qml +++ b/shell.qml @@ -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"