Fix app icon geometry

pull/7/head
cutefishd 5 years ago
parent 0e30a04a3e
commit 65ad364fef

@ -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…
Cancel
Save