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