mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 15:43:12 +08:00
Per object settings now also uses visible depth
CURA-1160
This commit is contained in:
parent
cff34fa441
commit
4fb9a6a699
@ -237,7 +237,7 @@ Item {
|
||||
|
||||
delegate: ToolButton {
|
||||
id: button;
|
||||
x: model.depth * UM.Theme.getSize("default_margin").width;
|
||||
x: model.visible_depth * UM.Theme.getSize("default_margin").width;
|
||||
text: model.name;
|
||||
tooltip: model.description;
|
||||
visible: !model.global_only
|
||||
|
Loading…
x
Reference in New Issue
Block a user