Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeydelarago <joeydelarago@gmail.com>2022-07-07 16:06:53 +0300
committerjoeydelarago <joeydelarago@gmail.com>2022-07-07 16:06:53 +0300
commit5d5c83ec117ddb4144dd7808cc3628775c191250 (patch)
treeb298baf793d821d7bc4b2676328a6aff1b914970 /resources/qml
parent4d98ba3540dd74ba9dacaecac4e83d6157d55243 (diff)
Add missing background color to WorkspaceSummaryDialog.qml
CURA-9402
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Dialogs/WorkspaceSummaryDialog.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/Dialogs/WorkspaceSummaryDialog.qml b/resources/qml/Dialogs/WorkspaceSummaryDialog.qml
index ee189ab73c..a174959807 100644
--- a/resources/qml/Dialogs/WorkspaceSummaryDialog.qml
+++ b/resources/qml/Dialogs/WorkspaceSummaryDialog.qml
@@ -18,6 +18,8 @@ UM.Dialog
width: minimumWidth
height: minimumHeight
+ backgroundColor: UM.Theme.getColor("main_background")
+
property bool dontShowAgain: true
function storeDontShowAgain()