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:
authorj.delarago <joeydelarago@gmail.com>2022-02-25 15:32:02 +0300
committerj.delarago <joeydelarago@gmail.com>2022-02-25 15:32:02 +0300
commitaba025b5b6e7837fe5c486c6ca1fc4d096b00f30 (patch)
tree73f13f5d8cd9455b78e654fb78ff1cd58ece77c0 /resources/qml/Dialogs/AboutDialog.qml
parent2d4a389825accc83f1a6c88789e8e929972794de (diff)
Unify dialog background coloring.
CURA-8988
Diffstat (limited to 'resources/qml/Dialogs/AboutDialog.qml')
-rw-r--r--resources/qml/Dialogs/AboutDialog.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/Dialogs/AboutDialog.qml b/resources/qml/Dialogs/AboutDialog.qml
index 8de28a72f0..e6d15af2d9 100644
--- a/resources/qml/Dialogs/AboutDialog.qml
+++ b/resources/qml/Dialogs/AboutDialog.qml
@@ -19,8 +19,6 @@ UM.Dialog
width: minimumWidth
height: minimumHeight
- backgroundColor: UM.Theme.getColor("main_background")
-
Rectangle
{
id: header