mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Make overlap of actionMenu a bit smaller again
This commit is contained in:
parent
4495ad8e55
commit
a23e2ba854
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue