Fix postprocessing settings being too dark

In dark theme you couldn't really read them.

CURA-9465
This commit is contained in:
Jaime van Kessel 2022-07-12 10:06:39 +02:00
parent 00cfa5dc4c
commit 0fac778601
No known key found for this signature in database
GPG key ID: C85F7A3AF1BAA7C4

View file

@ -286,6 +286,7 @@ UM.Dialog
{
id: definitionsModel
containerId: manager.selectedScriptDefinitionId
onContainerIdChanged: definitionsModel.setAllVisible(true)
showAll: true
}