mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:59:13 +08: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
@ -42,6 +42,7 @@ Item
|
|||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
Cura.TextField
|
Cura.TextField
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user