mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Make hover menu inset slightly
This commit is contained in:
parent
637db55e08
commit
b52fd8538d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Item {
|
||||||
|
|
||||||
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 : 0
|
y: attached ? attachedPos.y + Nheko.paddingMedium : 0
|
||||||
z: 10
|
z: 10
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
|
|
Loading…
Reference in a new issue