mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Change rectangle into item
It had no color, so it doesn't need to be a rectangle Cura-8587
This commit is contained in:
parent
fbc9a25a8f
commit
de0dc568cd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue