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 <41987080+rburema@users.noreply.github.com>2022-07-01 15:30:10 +0300
committerGitHub <noreply@github.com>2022-07-01 15:30:10 +0300
commit3dc646874d84bf070e4b75add3f0aa04dbfa204f (patch)
tree5ff7f3ea3091bd6cec644f4a5c9b2a8a3be5f92b /resources/qml
parent5e8b1379269516bc49f178acf3cdd1914319a31a (diff)
parentca36b4f2ef0d812616baa6166775defe202a5bce (diff)
Merge pull request #12634 from Ultimaker/CURA-9402_fix_background_dark_theme
Fix background dark theme
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Dialogs/AboutDialog.qml2
-rw-r--r--resources/qml/Dialogs/AskOpenAsProjectOrModelsDialog.qml1
2 files changed, 3 insertions, 0 deletions
diff --git a/resources/qml/Dialogs/AboutDialog.qml b/resources/qml/Dialogs/AboutDialog.qml
index 6687da572d..18d60ae1bc 100644
--- a/resources/qml/Dialogs/AboutDialog.qml
+++ b/resources/qml/Dialogs/AboutDialog.qml
@@ -19,6 +19,8 @@ UM.Dialog
width: minimumWidth
height: minimumHeight
+ backgroundColor: UM.Theme.getColor("main_background")
+
Rectangle
{
id: header
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