Add window shadow

pull/7/head
cutefishd 5 years ago
parent 4a6a5c7ad1
commit a46babe250

@ -18,11 +18,12 @@ Item {
enabled: true
}
// Meui.WindowShadow {
// view: mainWindow
// geometry: Qt.rect(root.x, root.y, root.width, root.height)
// radius: _background.radius
// }
Meui.WindowShadow {
view: mainWindow
geometry: Qt.rect(root.x, root.y, root.width, root.height)
strength: 0.5
radius: _background.radius
}
Meui.WindowBlur {
view: mainWindow

Loading…
Cancel
Save