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

position correctly applets thin title tooltips

--consider also the screenEdgeMargin
This commit is contained in:
Michail Vourlakos 2020-04-15 15:03:44 +03:00
parent a1b8e4518a
commit 36aae05bc8

View File

@ -31,8 +31,9 @@ Item{
property int size: 1
property int thickness: Math.min(Math.max(minimumThickness, preferredThickness), maximumThickness)
property int minimumThickness: 0
readonly property int preferredThickness: root.zoomFactor * (root.iconSize + root.thickMargins)
readonly property int preferredThickness: (root.zoomFactor * (root.iconSize + root.thickMargins)) + root.localScreenEdgeMargin
property int maximumThickness: 9999
//border.width: 1
//border.color: "green"
//color: "transparent"