Add missing background color to WorkspaceSummaryDialog.qml

CURA-9402
This commit is contained in:
joeydelarago 2022-07-07 15:06:53 +02:00
parent 4d98ba3540
commit 5d5c83ec11
No known key found for this signature in database
GPG Key ID: 5C55ED4E9CCBFB2A

View File

@ -18,6 +18,8 @@ UM.Dialog
width: minimumWidth
height: minimumHeight
backgroundColor: UM.Theme.getColor("main_background")
property bool dontShowAgain: true
function storeDontShowAgain()