Skip to content
Snippets Groups Projects
Verified Commit a23e2ba8 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Make overlap of actionMenu a bit smaller again

parent 4495ad8e
No related branches found
No related tags found
No related merge requests found
Pipeline #2865 passed
...@@ -68,7 +68,7 @@ Item { ...@@ -68,7 +68,7 @@ Item {
hoverEnabled: true hoverEnabled: true
visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered) visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered)
x: attached ? attachedPos.x : 0 x: attached ? attachedPos.x : 0
y: attached ? attachedPos.y + Nheko.paddingMedium : 0 y: attached ? attachedPos.y + Nheko.paddingSmall : 0
z: 10 z: 10
background: Rectangle { background: Rectangle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment