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

Make hover menu inset slightly

parent 637db55e
No related branches found
No related tags found
No related merge requests found
Pipeline #2861 passed
......@@ -67,7 +67,7 @@ Item {
visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered)
x: attached ? attachedPos.x : 0
y: attached ? attachedPos.y : 0
y: attached ? attachedPos.y + Nheko.paddingMedium : 0
z: 10
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