Fix setting text fields overlapping in per-object-settings

CURA-10669
This commit is contained in:
c.lamboo 2023-06-12 14:29:30 +02:00
parent c049595fe3
commit 9c90bcc06e

View file

@ -13,7 +13,7 @@ import "."
Item
{
id: base
height: UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height
height: visible ? UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height : 0
anchors.left: parent.left
anchors.right: parent.right