top panel

This commit is contained in:
Aaron Seigo 2014-09-29 20:08:54 +02:00
parent ff9b7d5a3b
commit 09a6ff73c6

View file

@ -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