Disable horizontal scrollbar in timeline

fixes #530
This commit is contained in:
Nicolas Werner 2021-03-26 01:31:46 +01:00
parent 0d4ddadb15
commit ae19dd2bc2
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ ScrollView {
palette: colors
padding: 8
ScrollBar.horizontal.visible: false
ListView {
id: chat