mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix search icon having no left padding in DF search bar.
This commit is contained in:
parent
6888fafa96
commit
c57220f33c
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue