mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:25:58 +08:00
Fix search icon having no left padding in DF search bar.
This commit is contained in:
parent
6888fafa96
commit
c57220f33c
@ -49,7 +49,6 @@ Item
|
||||
id: searchBar
|
||||
Layout.fillWidth: true
|
||||
implicitHeight: createNewProjectButton.height
|
||||
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
|
||||
focus: true
|
||||
onTextEdited: manager.projectFilter = text //Update the search filter when editing this text field.
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user