effects/Overview: Use SearchField from PlasmaExtras

This commit is contained in:
ivan tkachenko 2022-09-15 06:34:18 +03:00
parent 4a6879e6ee
commit 4eefd27f61
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -198,7 +198,7 @@ FocusScope {
width: parent.width
height: searchField.height + 2 * PlasmaCore.Units.largeSpacing
PC3.TextField {
PlasmaExtras.SearchField {
id: searchField
anchors.centerIn: parent
width: Math.min(parent.width, 20 * PlasmaCore.Units.gridUnit)