mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-03 20:56:45 +08:00
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:
commit
27d0b9a250
@ -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.
|
// 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
|
// 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
|
UM.TooltipArea
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user