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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user