Remove stray warning

This commit is contained in:
Tobias Fella
2025-06-15 00:29:34 +02:00
parent dfaffd043e
commit 89beaa9316

View File

@@ -80,7 +80,6 @@ Kirigami.Dialog {
text: root.user.id
elide: Qt.ElideRight
elideWidth: root.availableWidth - avatar.width - qrButton.width - detailRow.spacing * 2 - detailRow.Layout.leftMargin - detailRow.Layout.rightMargin
onElideWidthChanged: console.warn(root.availableWidth, avatar.width, qrButton.width, elideWidth, elidedText)
}
}