From 75dc3e661100ae30b5fb3df62590a754cc2ff8d2 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Sun, 2 May 2021 10:43:19 +0300 Subject: [PATCH] fix: do not show scroll bar on x-axis in the auto completion bar Fixes #342 --- imports/NeoChat/Component/ChatBox/CompletionMenu.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Component/ChatBox/CompletionMenu.qml b/imports/NeoChat/Component/ChatBox/CompletionMenu.qml index 39367d363..be7f00b07 100644 --- a/imports/NeoChat/Component/ChatBox/CompletionMenu.qml +++ b/imports/NeoChat/Component/ChatBox/CompletionMenu.qml @@ -45,6 +45,7 @@ Popup { implicitHeight: Math.min(completionListView.contentHeight, Kirigami.Units.gridUnit * 5) contentItem: ScrollView { + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff ListView { id: completionListView implicitWidth: contentWidth