QmlDesigner: Fix welcome page popup background

Pick-to: qds/4.7
Change-Id: I6d064fd669386a237ec4bff652b6d17fce280c4c
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2025-05-16 09:35:14 +02:00
committed by Henning Gründl
parent b208c5859c
commit f7ccb2988c

View File

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