Margin wasn't wide enough to see that it's a tree.

CURA-12441
This commit is contained in:
Remco Burema 2025-03-04 14:54:12 +01:00
parent 1198746870
commit c21ddd99ce

View file

@ -11,7 +11,7 @@ Item
// Use the depth of the model to move the item, but also leave space for the visibility / enabled exclamation mark.
// Align checkbox with SettingVisibilityCategory icon with + 5
x: definition ? definition.depth * UM.Theme.getSize("narrow_margin").width : UM.Theme.getSize("default_margin").width
x: definition ? definition.depth * UM.Theme.getSize("wide_margin").width : UM.Theme.getSize("default_margin").width
UM.TooltipArea
{