mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 03:03:13 +08:00
Fix setting text fields overlapping in per-object-settings
CURA-10669
This commit is contained in:
parent
c049595fe3
commit
9c90bcc06e
@ -13,7 +13,7 @@ import "."
|
|||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
id: base
|
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.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user