Fix / move bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user