mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:09:04 +08:00
Fix identation for postProcessing plugin settings
CURA-6043
This commit is contained in:
parent
9e867f8077
commit
f2719ef582
@ -301,6 +301,7 @@ UM.Dialog
|
|||||||
top: scriptSpecsHeader.bottom
|
top: scriptSpecsHeader.bottom
|
||||||
topMargin: settingsPanel.textMargin
|
topMargin: settingsPanel.textMargin
|
||||||
left: parent.left
|
left: parent.left
|
||||||
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
right: parent.right
|
right: parent.right
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
}
|
}
|
||||||
@ -318,6 +319,7 @@ UM.Dialog
|
|||||||
containerId: manager.selectedScriptDefinitionId
|
containerId: manager.selectedScriptDefinitionId
|
||||||
showAll: true
|
showAll: true
|
||||||
}
|
}
|
||||||
|
|
||||||
delegate: Loader
|
delegate: Loader
|
||||||
{
|
{
|
||||||
id: settingLoader
|
id: settingLoader
|
||||||
@ -329,18 +331,17 @@ UM.Dialog
|
|||||||
{
|
{
|
||||||
if(model.type != undefined)
|
if(model.type != undefined)
|
||||||
{
|
{
|
||||||
return UM.Theme.getSize("section").height;
|
return UM.Theme.getSize("section").height
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return 0;
|
return 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return 0;
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Behavior on height { NumberAnimation { duration: 100 } }
|
Behavior on height { NumberAnimation { duration: 100 } }
|
||||||
opacity: provider.properties.enabled == "True" ? 1 : 0
|
opacity: provider.properties.enabled == "True" ? 1 : 0
|
||||||
@ -363,7 +364,7 @@ UM.Dialog
|
|||||||
settingLoader.item.showRevertButton = false
|
settingLoader.item.showRevertButton = false
|
||||||
settingLoader.item.showInheritButton = false
|
settingLoader.item.showInheritButton = false
|
||||||
settingLoader.item.showLinkedSettingIcon = false
|
settingLoader.item.showLinkedSettingIcon = false
|
||||||
settingLoader.item.doDepthIndentation = true
|
settingLoader.item.doDepthIndentation = false
|
||||||
settingLoader.item.doQualityUserSettingEmphasis = false
|
settingLoader.item.doQualityUserSettingEmphasis = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user