Revert "Remove ElevationEffect."

This reverts commit 8a5be6e3e5
square-messages
Black Hat 2018-10-22 03:23:46 +00:00
parent 8a5be6e3e5
commit 7910c17900
1 changed files with 6 additions and 6 deletions

View File

@ -40,13 +40,13 @@ Page {
if (width < 240) width = 64
}
// ElevationEffect {
// anchors.fill: source
// z: source.z - 1
ElevationEffect {
anchors.fill: source
z: source.z - 1
// source: parent
// elevation: 4
// }
source: parent
elevation: 4
}
}
RoomPanel {