summary refs log tree commit diff
path: root/resources/qml/MessageView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-26 01:31:46 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-26 01:31:46 +0100
commitae19dd2bc26dff93509da32781c0db15af47b4a1 (patch)
tree9d741c4dd17e20b22f21f8d1c26f07bc0648b5bf /resources/qml/MessageView.qml
parentFix emoji picker appearing in wrong locations (diff)
downloadnheko-ae19dd2bc26dff93509da32781c0db15af47b4a1.tar.xz
Disable horizontal scrollbar in timeline
fixes #530
Diffstat (limited to '')
-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 d418c35e..d8230151 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -16,6 +16,8 @@ ScrollView { palette: colors padding: 8 + ScrollBar.horizontal.visible: false + ListView { id: chat