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