1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-13 21:18:01 +03:00

remove subtract extranormthick from headThickGap

--extra thickness that is required from indicators
must be ignored from HeadThicknessGap which is used
for nice snapping
This commit is contained in:
Michail Vourlakos 2020-05-13 11:06:27 +03:00
parent 3a347754ea
commit 2a91cb55c1

View File

@ -170,7 +170,7 @@ Item{
return 0;
}
return thicknessZoomOriginal - thicknessNormalOriginalValue;
return thicknessZoomOriginal - thicknessNormalOriginalValue + extraNormalThickMask;/*extra normal thickness from indicators/applets requirements must be ignored*/
}
}