mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:49:04 +08:00
Fix height of search bar
Because this item is in a layout, the height gets overridden. We should use the preferredHeight, or the one it defaults to, implicitHeight. Contributes to issue CURA-8009.
This commit is contained in:
parent
bec83920e4
commit
7fdf1dbdd4
@ -47,7 +47,7 @@ Item
|
||||
{
|
||||
id: searchBar
|
||||
Layout.fillWidth: true
|
||||
height: createNewProjectButton.height
|
||||
implicitHeight: createNewProjectButton.height
|
||||
|
||||
onTextEdited: manager.projectFilter = text //Update the search filter when editing this text field.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user