mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Margin wasn't wide enough to see that it's a tree.
CURA-12441
This commit is contained in:
parent
1198746870
commit
c21ddd99ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue