Fix app icon geometry
This commit is contained in:
parent
0e30a04a3e
commit
65ad364fef
1 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,16 @@ DockItem {
|
|||
draggable: model.appId === "cutefish-launcher" ? false : true
|
||||
dragItemIndex: index
|
||||
|
||||
onXChanged: {
|
||||
if (windowCount > 0)
|
||||
updateGeometry()
|
||||
}
|
||||
|
||||
onYChanged: {
|
||||
if (windowCount > 0)
|
||||
updateGeometry()
|
||||
}
|
||||
|
||||
onWindowCountChanged: {
|
||||
if (windowCount > 0)
|
||||
updateGeometry()
|
||||
|
|
Loading…
Reference in a new issue