fullrepresentationview behind quicksettings

This commit is contained in:
Marco Martin 2020-02-04 21:28:14 +01:00
parent 9da6edd750
commit 7c9547f5fb

View file

@ -258,7 +258,7 @@ PlasmaCore.ColorScope {
DrawerBackground {
id: quickSettingsParent
anchors.fill: parent
z: 1
z: 4
contentItem: QuickSettings {
id: quickSettings
onCloseRequested: {
@ -270,7 +270,7 @@ PlasmaCore.ColorScope {
ListView {
id: fullRepresentationView
z: 4
z: 1
parent: slidingPanel.wideScreen ? slidingPanel.flickable.contentItem : panelContents
anchors {
left: parent.left