Merge pull request #20344 from Ultimaker/CURA-12441_wide_margin

[CURA-12441] Margin wasn't wide enough to see that it's a tree.
This commit is contained in:
HellAholic 2025-03-05 11:47:29 +01:00 committed by GitHub
commit 27d0b9a250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
{