mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
BarWidgets: open widget settings
This commit is contained in:
@@ -87,6 +87,12 @@ PanelWindow {
|
||||
onClicked: root.close()
|
||||
}
|
||||
|
||||
// Content will be parented here by the popup
|
||||
// (e.g., TrayMenu, NPopupContextMenu)
|
||||
// Container for dialogs that need a full-screen Item parent (e.g., Qt Popup)
|
||||
Item {
|
||||
id: dialogContainer
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
// Expose the dialog container for external use
|
||||
readonly property alias dialogParent: dialogContainer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user