Remove ElevationEffect.

This commit is contained in:
Black Hat 2018-10-22 11:12:48 +08:00
parent b7db779f56
commit 8a5be6e3e5
1 changed files with 6 additions and 6 deletions

View File

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