Hide background if no item is selected

CURA-8949
This commit is contained in:
Jaime van Kessel 2022-02-18 16:15:43 +01:00
parent 3a1d5a29fa
commit d6b2b951f2

View file

@ -389,6 +389,7 @@ UM.ManagementPage
}
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("thick_lining")
visible: base.hasCurrentItem
}
Cura.ProfileOverview