mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
SettingView now works with PreferenceVisibility handler
CURA-1278
This commit is contained in:
parent
808f117785
commit
c814e47b0e
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,11 @@ ScrollView
|
||||||
id: contents
|
id: contents
|
||||||
spacing: UM.Theme.getSize("default_lining").height;
|
spacing: UM.Theme.getSize("default_lining").height;
|
||||||
|
|
||||||
model: UM.SettingDefinitionsModel { id: definitionsModel; containerId: Cura.MachineManager.activeDefinitionId }
|
model: UM.SettingDefinitionsModel {
|
||||||
|
id: definitionsModel;
|
||||||
|
containerId: Cura.MachineManager.activeDefinitionId
|
||||||
|
visibilityHandler: UM.SettingPreferenceVisibilityHandler {}
|
||||||
|
}
|
||||||
|
|
||||||
delegate: Loader
|
delegate: Loader
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue