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)
|
implicitHeight: Math.min(completionListView.contentHeight, Kirigami.Units.gridUnit * 5)
|
||||||
|
|
||||||
contentItem: ScrollView {
|
contentItem: ScrollView {
|
||||||
|
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||||
ListView {
|
ListView {
|
||||||
id: completionListView
|
id: completionListView
|
||||||
implicitWidth: contentWidth
|
implicitWidth: contentWidth
|
||||||
|
|||||||
Reference in New Issue
Block a user