From 92eb06aaa610a22b44a4ae1391fae09ee0496018 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 23 Jun 2021 17:18:32 +0200 Subject: [PATCH] Explicitely don't show horizontal ScrollBar on account page Fix #407 --- imports/NeoChat/Page/AccountsPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imports/NeoChat/Page/AccountsPage.qml b/imports/NeoChat/Page/AccountsPage.qml index 99f34dd61..0e3ac8beb 100644 --- a/imports/NeoChat/Page/AccountsPage.qml +++ b/imports/NeoChat/Page/AccountsPage.qml @@ -40,6 +40,8 @@ Kirigami.Page { Layout.fillWidth: true Layout.fillHeight: true + + Controls.ScrollBar.horizontal.policy: Controls.ScrollBar.AlwaysOff ListView { clip: true model: AccountListModel { }