mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Remove unneeded margin from search bar
Cura 8563
This commit is contained in:
parent
c62b21ad44
commit
97ba4489ff
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Window
|
|||
RowLayout
|
||||
{
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("button_icon").height + UM.Theme.getSize("default_margin").height
|
||||
height: UM.Theme.getSize("button_icon").height
|
||||
spacing: UM.Theme.getSize("thin_margin").width
|
||||
|
||||
Rectangle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue