Correctly align message pane title

This commit is contained in:
Christian Muehlhaeuser 2020-02-28 07:41:51 +01:00
parent b845f1d59b
commit 153d0357a1
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -26,6 +26,10 @@ ColumnLayout {
height: 36
Label {
anchors.left: parent.left
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.leftMargin: 8
z: 3
text: name
font.pointSize: 15