search: fix item clipping

This commit is contained in:
end-4 2025-05-27 20:35:57 +02:00
parent fb2c9ac7df
commit 02712868f9

View file

@ -272,7 +272,7 @@ Item { // Wrapper
visible: root.showResults
Layout.fillWidth: true
implicitHeight: Math.min(600, appResults.contentHeight + topMargin + bottomMargin)
// clip: true
clip: true
topMargin: 10
bottomMargin: 10
spacing: 0