Commit fcf6bafe authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[switcher] Show application title on the top, covered by the close button earlier.

parent 7a9afdfc
...@@ -85,9 +85,9 @@ MouseArea { ...@@ -85,9 +85,9 @@ MouseArea {
} }
Label { Label {
anchors { anchors {
top: parent.bottom top: parent.top
horizontalCenter: parent.horizontalCenter horizontalCenter: parent.horizontalCenter
topMargin: -30 topMargin: 30
} }
font.pointSize: 8 font.pointSize: 8
text: Lipstick.compositor.windowForId(model.window).title text: Lipstick.compositor.windowForId(model.window).title
......
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