Autoformat
This commit is contained in:
parent
51f1923e22
commit
724e55c37d
4 changed files with 132 additions and 138 deletions
|
|
@ -22,8 +22,6 @@ NPanel {
|
|||
property bool isSubMenu: false
|
||||
property bool isHovered: false
|
||||
|
||||
|
||||
|
||||
function showAt(item, x, y) {
|
||||
if (!item) {
|
||||
Logger.warn("TrayMenu", "anchorItem is undefined, won't show menu.")
|
||||
|
|
@ -36,8 +34,6 @@ NPanel {
|
|||
|
||||
// Use NPanel's open method instead of PopupWindow's visible
|
||||
open(screen)
|
||||
|
||||
|
||||
}
|
||||
|
||||
function hideMenu() {
|
||||
|
|
|
|||
|
|
@ -132,6 +132,4 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue