1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dwl: fix layout popout

This commit is contained in:
bbedward
2025-12-14 10:17:58 -05:00
parent 32f218d58c
commit 208266dfa3

View File

@@ -15,6 +15,7 @@ DankPopout {
triggerY = y; triggerY = y;
triggerWidth = width; triggerWidth = width;
triggerSection = section; triggerSection = section;
triggerScreen = screen;
root.screen = screen; root.screen = screen;
storedBarThickness = barThickness !== undefined ? barThickness : (Theme.barHeight - 4); storedBarThickness = barThickness !== undefined ? barThickness : (Theme.barHeight - 4);
@@ -102,6 +103,8 @@ DankPopout {
screen: triggerScreen screen: triggerScreen
shouldBeVisible: false shouldBeVisible: false
onBackgroundClicked: close()
content: Component { content: Component {
Rectangle { Rectangle {
id: layoutContent id: layoutContent