WindowHeapDelegate: restore anchors.horizontalCenter
It's still needed, otherwise the text is not center aligned with the thumbnail.
This commit is contained in:
parent
c342d57116
commit
a16506c665
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ Item {
|
|||
visible: thumb.windowTitleVisible
|
||||
width: thumb.width
|
||||
anchors.top: parent.bottom
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
elide: Text.ElideRight
|
||||
text: thumb.window.caption
|
||||
textFormat: Text.PlainText
|
||||
|
|
Loading…
Reference in a new issue