1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-09 05:57:39 +03:00

update blue board position onIconSizeChanged

This commit is contained in:
Michail Vourlakos 2017-01-13 19:37:57 +02:00
parent abf84a1d1e
commit 1597ba5841

View File

@ -50,10 +50,14 @@ Image{
Connections{
target: plasmoid
onLocationChanged: initializeEditPosition();
}
Connections{
target: root
onIconSizeChanged: initializeEditPosition();
}
onEditAnimationEndedChanged: {
if (editAnimationEnded) {
dock.shadow = shadowSize;