summary refs log tree commit diff
path: root/resources/qml/MessageView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 01:51:27 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:14 +0200
commit07731f0a2b08e41dbffd3e4ba821e4ff3b1e1352 (patch)
tree732b6bebad05dc617435f4de8d637660b1e98252 /resources/qml/MessageView.qml
parentFix notification images (diff)
downloadnheko-07731f0a2b08e41dbffd3e4ba821e4ff3b1e1352.tar.xz
Fix theme in cross-signing setup
Diffstat (limited to 'resources/qml/MessageView.qml')
-rw-r--r--resources/qml/MessageView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index 002f64b9..3eed4c48 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -163,8 +163,8 @@ Item { url: wrapper.url userId: wrapper.userId userName: wrapper.userName - y: section.visible && section.active ? section.y + section.height : 0 width: wrapper.width + y: section.visible && section.active ? section.y + section.height : 0 background: Rectangle { id: scrollHighlight