move process, window cant take it atm
This commit is contained in:
parent
ed6cd2c8d5
commit
c22a8f796d
1 changed files with 4 additions and 4 deletions
|
|
@ -16,10 +16,6 @@ StyledPanelWindow {
|
|||
implicitWidth: rect.width
|
||||
implicitHeight: rect.height
|
||||
|
||||
Process {
|
||||
id: process
|
||||
}
|
||||
|
||||
onFocusedChanged: {
|
||||
Visibility.powermenu = focused;
|
||||
}
|
||||
|
|
@ -29,6 +25,10 @@ StyledPanelWindow {
|
|||
|
||||
margin: 14
|
||||
|
||||
Process {
|
||||
id: process
|
||||
}
|
||||
|
||||
StyledListView {
|
||||
id: list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue