1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04:00

fix(popout): anchor cc and notification center to top and bottom

This commit is contained in:
bbedward
2026-03-10 15:56:40 -04:00
parent 6185cc79d7
commit 9417edac8d
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ DankPopout {
id: root
layerNamespace: "dms:control-center"
fullHeightSurface: false
fullHeightSurface: true
property string expandedSection: ""
property var triggerScreen: null
@@ -7,7 +7,7 @@ DankPopout {
id: root
layerNamespace: "dms:notification-center-popout"
fullHeightSurface: false
fullHeightSurface: true
property bool notificationHistoryVisible: false
property var triggerScreen: null