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"