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:
authorRemco Burema <r.burema@ultimaker.com>2022-07-01 15:22:27 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-07-01 15:22:27 +0300
commitca36b4f2ef0d812616baa6166775defe202a5bce (patch)
tree3cb349cad5eb9c46935635778f69bb3991b11f15 /plugins/3MFReader/WorkspaceDialog.qml
parent23353223810caec4f8ba33fd0566c38ad1de34a0 (diff)
Set proper background color for open project dialogs.
part of CURA-9402
Diffstat (limited to 'plugins/3MFReader/WorkspaceDialog.qml')
-rw-r--r--plugins/3MFReader/WorkspaceDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml
index d0250abfd8..d00e12e9ee 100644
--- a/plugins/3MFReader/WorkspaceDialog.qml
+++ b/plugins/3MFReader/WorkspaceDialog.qml
@@ -17,6 +17,7 @@ UM.Dialog
minimumWidth: UM.Theme.getSize("popup_dialog").width
minimumHeight: UM.Theme.getSize("popup_dialog").height
width: minimumWidth
+ backgroundColor: UM.Theme.getColor("main_background")
margin: UM.Theme.getSize("default_margin").width
property int comboboxHeight: UM.Theme.getSize("default_margin").height