mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Per object settings now also uses visible depth
CURA-1160
This commit is contained in:
parent
cff34fa441
commit
4fb9a6a699
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue