mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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 {
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue