Make overlap of actionMenu a bit smaller again

This commit is contained in:
Nicolas Werner 2022-03-23 01:33:19 +01:00
parent 4495ad8e55
commit a23e2ba854
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Item {
hoverEnabled: true
visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered)
x: attached ? attachedPos.x : 0
y: attached ? attachedPos.y + Nheko.paddingMedium : 0
y: attached ? attachedPos.y + Nheko.paddingSmall : 0
z: 10
background: Rectangle {