Specify spacing between search bar and button

Instead of using the default of 5 pixels, we should use this element from the theme to match the margin around the page.

Contributes to issue CURA-8009.
This commit is contained in:
Ghostkeeper 2021-07-13 16:09:02 +02:00
parent 3d6601a37e
commit eb2a315e42
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF

View file

@ -42,6 +42,7 @@ Item
right: parent.right
}
height: childrenRect.height
spacing: UM.Theme.getSize("default_margin").width
Cura.TextField
{