move network/bluetooth refresh + active tracking into applets, fix dock parent.expanded
This commit is contained in:
parent
c96856581d
commit
02910957f1
7 changed files with 11 additions and 9 deletions
|
|
@ -89,9 +89,10 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
// Content area
|
||||
// Content area - expanded propagated so children can bind `active: parent.expanded`
|
||||
Column {
|
||||
id: _contentColumn
|
||||
property bool expanded: root.expanded
|
||||
anchors.top: _header.bottom
|
||||
anchors.topMargin: 4
|
||||
width: parent.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue