fix: do not show scroll bar on x-axis in the auto completion bar
Fixes #342
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user