mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:39:03 +08:00
Fix setting text fields overlapping in per-object-settings
CURA-10669
This commit is contained in:
parent
58b33ae5b1
commit
f18e470260
@ -13,7 +13,7 @@ import "."
|
||||
Item
|
||||
{
|
||||
id: base
|
||||
height: enabled ? UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height : 0
|
||||
height: UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user