Fix: Actually make SearchBar-component independant.

It still depended on the Digital Library 'parent'.

part of CURA-8559
This commit is contained in:
Remco Burema 2021-11-12 11:49:37 +01:00
parent 977a12c989
commit b5d58f78d7
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
2 changed files with 3 additions and 3 deletions

View file

@ -47,6 +47,8 @@ Item
Cura.SearchBar
{
id: searchBar
Layout.fillWidth: true
implicitHeight: createNewProjectButton.height
onTextEdited: manager.projectFilter = text //Update the search filter when editing this text field.
}