mirror of
https://github.com/muesli/telephant
synced 2024-11-25 21:00:17 +00:00
Correctly align message pane title
This commit is contained in:
parent
b845f1d59b
commit
153d0357a1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue