mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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:
parent
3d6601a37e
commit
eb2a315e42
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ Item
|
|||
right: parent.right
|
||||
}
|
||||
height: childrenRect.height
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
|
||||
Cura.TextField
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue