diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-02-17 15:32:25 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-02-17 15:32:25 +0100 |
commit | 0629ea5932d0af30fb86888d897cb63bb4f235af (patch) | |
tree | 8e192c3fced9951c9de7bdc53638deea23d57cee /resources/qml | |
parent | Fix images without size not showing (take5) (diff) | |
download | nheko-0629ea5932d0af30fb86888d897cb63bb4f235af.tar.xz |
Always enable hover for ItemDelegate
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/MessageView.qml | 2 |
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 |