chore: ColumnLayout for bar
This commit is contained in:
parent
c5838d1d43
commit
28171e3a44
1 changed files with 13 additions and 15 deletions
28
src/Bar.qml
28
src/Bar.qml
|
@ -24,23 +24,21 @@ Scope {
|
|||
width: 30
|
||||
color: "transparent"
|
||||
|
||||
// the ClockWidget type we just created
|
||||
// TODO: on click open a calendar view
|
||||
ClockWidget {
|
||||
id: clock
|
||||
Layout.alignment: Qt.AlignTop
|
||||
}
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
||||
AudioOutput {
|
||||
id: audio
|
||||
popupAnchor: root
|
||||
anchors.top: clock.bottom
|
||||
Layout.alignment: Qt.AlignTop
|
||||
}
|
||||
// TODO: on click open a calendar view
|
||||
ClockWidget {}
|
||||
|
||||
SysTray {
|
||||
anchors.top: audio.bottom
|
||||
Layout.alignment: Qt.AlignTop
|
||||
AudioOutput {
|
||||
popupAnchor: root
|
||||
}
|
||||
|
||||
SysTray {}
|
||||
|
||||
Item {
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue