Add window shadow
This commit is contained in:
parent
4a6a5c7ad1
commit
a46babe250
1 changed files with 6 additions and 5 deletions
11
qml/main.qml
11
qml/main.qml
|
@ -18,11 +18,12 @@ Item {
|
||||||
enabled: true
|
enabled: true
|
||||||
}
|
}
|
||||||
|
|
||||||
// Meui.WindowShadow {
|
Meui.WindowShadow {
|
||||||
// view: mainWindow
|
view: mainWindow
|
||||||
// geometry: Qt.rect(root.x, root.y, root.width, root.height)
|
geometry: Qt.rect(root.x, root.y, root.width, root.height)
|
||||||
// radius: _background.radius
|
strength: 0.5
|
||||||
// }
|
radius: _background.radius
|
||||||
|
}
|
||||||
|
|
||||||
Meui.WindowBlur {
|
Meui.WindowBlur {
|
||||||
view: mainWindow
|
view: mainWindow
|
||||||
|
|
Loading…
Reference in a new issue