Fix setting text fields overlapping in per-object-settings

CURA-10669
This commit is contained in:
c.lamboo 2023-06-13 15:24:59 +02:00
parent 1c0be9c5ed
commit eca903430e
2 changed files with 24 additions and 69 deletions

View file

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