effects/Overview: Use SearchField from PlasmaExtras
This commit is contained in:
parent
4a6879e6ee
commit
4eefd27f61
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue