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
|
implicitWidth: rect.width
|
||||||
implicitHeight: rect.height
|
implicitHeight: rect.height
|
||||||
|
|
||||||
Process {
|
|
||||||
id: process
|
|
||||||
}
|
|
||||||
|
|
||||||
onFocusedChanged: {
|
onFocusedChanged: {
|
||||||
Visibility.powermenu = focused;
|
Visibility.powermenu = focused;
|
||||||
}
|
}
|
||||||
|
|
@ -29,6 +25,10 @@ StyledPanelWindow {
|
||||||
|
|
||||||
margin: 14
|
margin: 14
|
||||||
|
|
||||||
|
Process {
|
||||||
|
id: process
|
||||||
|
}
|
||||||
|
|
||||||
StyledListView {
|
StyledListView {
|
||||||
id: list
|
id: list
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue