Fix search icon having no left padding in DF search bar.

This commit is contained in:
j.delarago 2022-02-07 13:20:45 +01:00
parent 6888fafa96
commit c57220f33c

View file

@ -49,7 +49,6 @@ Item
id: searchBar id: searchBar
Layout.fillWidth: true Layout.fillWidth: true
implicitHeight: createNewProjectButton.height implicitHeight: createNewProjectButton.height
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
focus: true focus: true
onTextEdited: manager.projectFilter = text //Update the search filter when editing this text field. onTextEdited: manager.projectFilter = text //Update the search filter when editing this text field.
} }