1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

launcher + dock menu improvements

This commit is contained in:
bbedward
2025-10-06 17:46:19 -04:00
parent b507b08e34
commit 7c5d1ec0f6
8 changed files with 162 additions and 183 deletions

View File

@@ -157,6 +157,7 @@ PanelWindow {
radius: root.cornerRadius
border.color: root.borderColor
border.width: root.borderWidth
clip: false
layer.enabled: true
transform: root.animationType === "slide" ? slideTransform : null
@@ -170,6 +171,7 @@ PanelWindow {
FocusScope {
anchors.fill: parent
focus: root.shouldBeVisible
clip: false
Loader {
id: contentLoader
@@ -178,6 +180,7 @@ PanelWindow {
active: root.keepContentLoaded || root.shouldBeVisible || root.visible
asynchronous: false
focus: true
clip: false
onLoaded: {
if (item) {