Fix completer size on plasma6

This commit is contained in:
Nicolas Werner 2024-03-05 20:31:48 +01:00
parent a9ec130cbe
commit b9ffcffe2d
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
4 changed files with 4 additions and 6 deletions

View file

@ -340,10 +340,9 @@ Rectangle {
}
}
Completer {
contentItem: Completer {
id: completer
anchors.fill: parent
rowMargin: 2
rowSpacing: 0
}