Fix various qmllint warnings

This commit is contained in:
Tobias Fella
2025-09-01 23:06:46 +02:00
parent 4d91ae96e3
commit e7b204b9fd
6 changed files with 17 additions and 17 deletions

View File

@@ -111,7 +111,7 @@ QQC2.Control {
Layout.fillWidth: true
Layout.maximumHeight: maximizeButton.checked ? -1 : root.defaultHeight - linkPreviewTitle.height - column.spacing
visible: linkPreviewTitle.height + column.spacing + font.pointSize <= root.defaultHeight || maximizeButton.checked
text: linkPreviewer.description
text: root.linkPreviewer.description
wrapMode: Text.Wrap
elide: Text.ElideRight
}