Merge branch 'master' into work/srevinsaju/command-completion

This commit is contained in:
Srevin Saju
2021-05-05 20:27:26 +03:00
6 changed files with 19 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ Popup {
implicitHeight: Math.min(completionListView.contentHeight, Kirigami.Units.gridUnit * 5)
contentItem: ScrollView {
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
ListView {
id: completionListView
implicitWidth: contentWidth