forked from qt-creator/qt-creator
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:
committed by
Henning Gründl
parent
b208c5859c
commit
f7ccb2988c
@@ -37,6 +37,6 @@ Dialog {
|
||||
}
|
||||
|
||||
Overlay.modal: Rectangle {
|
||||
color: Color.transparent(Constants.currentDialogBackground, 0.5)
|
||||
color: Qt.alpha(Constants.currentDialogBackground, 0.5)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user