mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +00:00
fullrepresentationview behind quicksettings
This commit is contained in:
parent
9da6edd750
commit
7c9547f5fb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue