Change rectangle into item

It had no color, so it doesn't need to be a rectangle

Cura-8587
This commit is contained in:
Jaime van Kessel 2021-12-06 11:30:27 +01:00
parent fbc9a25a8f
commit de0dc568cd

View file

@ -106,9 +106,8 @@ Window
height: UM.Theme.getSize("button_icon").height + UM.Theme.getSize("default_margin").height
spacing: UM.Theme.getSize("thin_margin").width
Rectangle
Item
{
color: "transparent"
Layout.preferredHeight: parent.height
Layout.preferredWidth: searchBar.visible ? UM.Theme.getSize("thin_margin").width : 0
Layout.fillWidth: ! searchBar.visible