Merge branch 'revert-8a5be6e3' into 'win-fix'
Revert "Remove ElevationEffect." See merge request b0/spectral!26
This commit is contained in:
commit
2ef322d3d9
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue