mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:39:04 +08:00
Fix the material setting list to use a simple placeholder
Contributes to CURA-342
This commit is contained in:
parent
1cb836aea5
commit
b2ef607cb6
@ -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…
x
Reference in New Issue
Block a user