mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Fix the material setting list to use a simple placeholder
Contributes to CURA-342
This commit is contained in:
parent
1cb836aea5
commit
b2ef607cb6
1 changed files with 2 additions and 1 deletions
|
@ -174,9 +174,10 @@ TabView
|
||||||
{
|
{
|
||||||
containerId: Cura.MachineManager.activeDefinitionId
|
containerId: Cura.MachineManager.activeDefinitionId
|
||||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
||||||
|
expanded: ["*"]
|
||||||
}
|
}
|
||||||
|
|
||||||
delegate: Cura.SettingDelegate { }
|
delegate: Label { text: model.label }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue