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 /resources
parent23353223810caec4f8ba33fd0566c38ad1de34a0 (diff)
Set proper background color for open project dialogs.
part of CURA-9402
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml
index 65d62a5fab..cac23d34c1 100644
--- a/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml
+++ b/resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml
@@ -17,6 +17,7 @@ UM.Dialog
title: catalog.i18nc("@title:window", "Open project file")
width: UM.Theme.getSize("small_popup_dialog").width
height: UM.Theme.getSize("small_popup_dialog").height
+ backgroundColor: UM.Theme.getColor("main_background")
maximumHeight: height
maximumWidth: width