fix: do not show scroll bar on x-axis in the auto completion bar

Fixes #342
This commit is contained in:
Srevin Saju
2021-05-02 10:43:19 +03:00
committed by Carl Schwan
parent 32c21b7b84
commit 75dc3e6611

View File

@@ -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