diff --git a/org.kde.desktop/ComboBox.qml b/org.kde.desktop/ComboBox.qml --- a/org.kde.desktop/ComboBox.qml +++ b/org.kde.desktop/ComboBox.qml @@ -207,6 +207,11 @@ contentItem: ListView { id: listView + // this causes us to load at least one delegate + // this is essential in guessing the contentHeight + // which is needed to initially resize the popup + cacheBuffer: 1 + implicitHeight: contentHeight model: controlRoot.delegateModel delegate: controlRoot.delegate