mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-13 05:17:48 +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:
parent
3a347754ea
commit
2a91cb55c1
@ -170,7 +170,7 @@ Item{
|
||||
return 0;
|
||||
}
|
||||
|
||||
return thicknessZoomOriginal - thicknessNormalOriginalValue;
|
||||
return thicknessZoomOriginal - thicknessNormalOriginalValue + extraNormalThickMask;/*extra normal thickness from indicators/applets requirements must be ignored*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user