per-group borders, workspace hover, battery notifications, richer network tooltip
This commit is contained in:
parent
b8ec39f2c9
commit
0eda2c71c9
7 changed files with 69 additions and 16 deletions
|
|
@ -10,8 +10,7 @@ M.PopupPanel {
|
|||
property var _currentHandle: handle
|
||||
property var _handleStack: []
|
||||
|
||||
QsMenuOpener {
|
||||
id: opener
|
||||
property QsMenuOpener _opener: QsMenuOpener {
|
||||
menu: menuWindow._currentHandle
|
||||
}
|
||||
|
||||
|
|
@ -52,7 +51,7 @@ M.PopupPanel {
|
|||
}
|
||||
|
||||
Repeater {
|
||||
model: opener.children
|
||||
model: menuWindow._opener.children
|
||||
|
||||
delegate: Item {
|
||||
id: entryItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue