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:
authorJaime van Kessel <nallath@gmail.com>2022-06-29 11:57:11 +0300
committerJaime van Kessel <nallath@gmail.com>2022-06-29 11:57:11 +0300
commit23353223810caec4f8ba33fd0566c38ad1de34a0 (patch)
tree945e696531fc396d2261cbad9e650a7bcff6ac2a /resources
parent91cd709b46883fbb5a33892bd54c1c606a491a03 (diff)
Properly set background for AboutDialogCURA-9402_fix_background_dark_theme
CURA-9402
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Dialogs/AboutDialog.qml2
1 files changed, 2 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