summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-02-17 15:32:25 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-02-17 15:32:25 +0100
commit0629ea5932d0af30fb86888d897cb63bb4f235af (patch)
tree8e192c3fced9951c9de7bdc53638deea23d57cee /resources/qml
parentFix images without size not showing (take5) (diff)
downloadnheko-0629ea5932d0af30fb86888d897cb63bb4f235af.tar.xz
Always enable hover for ItemDelegate
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/MessageView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index 98adb2a9..2700cda6 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -404,6 +404,8 @@ ScrollView {
             width: chat.delegateMaxWidth
             height: section.active ? section.height + timelinerow.height : timelinerow.height
 
+            hoverEnabled: true
+
             background: Rectangle {
                 id: scrollHighlight