summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-03-22 19:59:22 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-03-22 19:59:22 +0100
commit4495ad8e55eea42c0e13422d69fe70d210ec35d4 (patch)
tree42bb55e10286c7f7ae09ee285199f91bdd776062 /resources/qml
parentMake hover menu inset slightly (diff)
downloadnheko-4495ad8e55eea42c0e13422d69fe70d210ec35d4.tar.xz
Properly enable hovering on message action menu
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/MessageView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index fa512e02..e5dd91b9 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -65,6 +65,7 @@ Item {
             property var attachedPos: chat.contentY, attached ? chat.mapFromItem(attached, attached ? attached.width - width : 0, -height) : null
             padding: Nheko.paddingSmall
 
+            hoverEnabled: true
             visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered)
             x: attached ? attachedPos.x : 0
             y: attached ? attachedPos.y + Nheko.paddingMedium : 0