mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
TrayMenuPanel: disable dragging
This commit is contained in:
@@ -103,7 +103,7 @@ SmartPanel {
|
||||
id: subMenuFlickable
|
||||
anchors.fill: parent
|
||||
contentHeight: subMenuColumnLayout.implicitHeight
|
||||
interactive: true
|
||||
interactive: false
|
||||
z: 0
|
||||
|
||||
ColumnLayout {
|
||||
@@ -312,7 +312,7 @@ SmartPanel {
|
||||
Layout.preferredWidth: root.menuWidth
|
||||
Layout.fillHeight: true
|
||||
contentHeight: mainColumnLayout.implicitHeight
|
||||
interactive: true
|
||||
interactive: false
|
||||
visible: !(content.activeSubMenu !== null && content.inPlaceSubmenu)
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
Reference in New Issue
Block a user