fix: fix various misc minor issues
This commit is contained in:
parent
14ecba35ae
commit
d507c8f3a9
7 changed files with 55 additions and 30 deletions
11
Bar/Bar.qml
11
Bar/Bar.qml
|
|
@ -99,11 +99,15 @@ Scope {
|
|||
|
||||
Brightness {
|
||||
id: widgetsBrightness
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.verticalCenterOffset: 1
|
||||
}
|
||||
|
||||
Volume {
|
||||
id: widgetsVolume
|
||||
shell: rootScope.shell
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.verticalCenterOffset: 1
|
||||
}
|
||||
|
||||
SystemTray {
|
||||
|
|
@ -117,7 +121,10 @@ Scope {
|
|||
id: externalTrayMenu
|
||||
}
|
||||
|
||||
ClockWidget {}
|
||||
ClockWidget {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.verticalCenterOffset: 1
|
||||
}
|
||||
|
||||
PanelPopup {
|
||||
id: sidebarPopup
|
||||
|
|
@ -125,6 +132,8 @@ Scope {
|
|||
|
||||
Button {
|
||||
barBackground: barBackground
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.verticalCenterOffset: 1
|
||||
screen: modelData
|
||||
sidebarPopup: sidebarPopup
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue