QmlDesigner: Fix welcome page popup background

Change-Id: I6d064fd669386a237ec4bff652b6d17fce280c4c
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
(cherry picked from commit f7ccb2988c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Henning Gruendl
2025-05-16 09:35:14 +02:00
committed by Tim Jenssen
parent 04faf8820a
commit 22c97686a0

View File

@@ -37,6 +37,6 @@ Dialog {
}
Overlay.modal: Rectangle {
color: Color.transparent(Constants.currentDialogBackground, 0.5)
color: Qt.alpha(Constants.currentDialogBackground, 0.5)
}
}