Merge pull request #12746 from Ultimaker/CURA-9465_dark_theme_issues

Fix multiple dark theme issues
This commit is contained in:
Evangelos Trantos 2022-07-14 09:34:58 +02:00 committed by GitHub
commit 96c4e15c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 13 deletions

View file

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