WindowHeapDelegate: restore `anchors.horizontalCenter`

It's still needed, otherwise the text is not center aligned with the
thumbnail.
master
Fushan Wen 12 months ago
parent c342d57116
commit a16506c665
No known key found for this signature in database
GPG Key ID: 2E48D1487C91DCAA

@ -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…
Cancel
Save