mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
top panel
This commit is contained in:
parent
ff9b7d5a3b
commit
09a6ff73c6
1 changed files with 13 additions and 1 deletions
|
|
@ -154,11 +154,23 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
id: statusPanel
|
||||||
|
anchors {
|
||||||
|
top: parent.top
|
||||||
|
left: parent.left
|
||||||
|
right: parent.right
|
||||||
|
}
|
||||||
|
z: 1
|
||||||
|
height: units.iconSizes.small
|
||||||
|
color: "black"
|
||||||
|
}
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: notificationView
|
id: notificationView
|
||||||
spacing: units.smallSpacing
|
spacing: units.smallSpacing
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: statusPanel.bottom
|
||||||
bottom: stripe.top
|
bottom: stripe.top
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue