Commit d31ae0d2 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[labels] Show application names in covers.

parent 89338c7e
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
import QtQuick 2.0 import QtQuick 2.0
import org.nemomobile.lipstick 0.1 import org.nemomobile.lipstick 0.1
import QtQuick.Controls.Nemo 1.0
import QtQuick.Controls.Styles.Nemo 1.0
MouseArea { MouseArea {
id: switcherItemRoot id: switcherItemRoot
...@@ -81,6 +83,15 @@ MouseArea { ...@@ -81,6 +83,15 @@ MouseArea {
script: switcherItemRoot.close() script: switcherItemRoot.close()
} }
} }
Label {
anchors {
top: parent.bottom
horizontalCenter: parent.horizontalCenter
topMargin: -30
}
font.pointSize: 8
text: Lipstick.compositor.windowForId(model.window).title
}
CloseButton { CloseButton {
id: closeButton id: closeButton
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment