summary refs log tree commit diff
path: root/resources/qml/SelfVerificationCheck.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-26 21:43:05 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-26 21:48:55 +0200
commit6fef6ad5f1c7138ebe0bc07174ad28a62c493231 (patch)
treef81d637f22f81dd58808cc50d6200b08797657bb /resources/qml/SelfVerificationCheck.qml
parentAdd basic qml linter config (diff)
downloadnheko-6fef6ad5f1c7138ebe0bc07174ad28a62c493231.tar.xz
Enable even more qml linter warnings
Diffstat (limited to 'resources/qml/SelfVerificationCheck.qml')
-rw-r--r--resources/qml/SelfVerificationCheck.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/SelfVerificationCheck.qml b/resources/qml/SelfVerificationCheck.qml

index 1752df0e..42617f07 100644 --- a/resources/qml/SelfVerificationCheck.qml +++ b/resources/qml/SelfVerificationCheck.qml
@@ -45,14 +45,14 @@ Item { Label { Layout.fillWidth: true Layout.margins: Nheko.paddingMedium - Layout.maximumWidth: (Overlay.overlay ? Overlay.overlay.width : 400) - Nheko.paddingMedium * 4 + Layout.maximumWidth: (showRecoverKeyDialog.Overlay.overlay ? showRecoverKeyDialog.Overlay.overlay.width : 400) - Nheko.paddingMedium * 4 color: palette.text text: qsTr("This is your recovery key. You will need it to restore access to your encrypted messages and verification keys. Keep this safe. Don't share it with anyone and don't lose it! Do not pass go! Do not collect $200!") wrapMode: Text.Wrap } TextEdit { Layout.alignment: Qt.AlignHCenter - Layout.maximumWidth: (Overlay.overlay ? Overlay.overlay.width : 400) - Nheko.paddingMedium * 4 + Layout.maximumWidth: (showRecoverKeyDialog.Overlay.overlay ? showRecoverKeyDialog.Overlay.overlay.width : 400) - Nheko.paddingMedium * 4 color: palette.text font.bold: true horizontalAlignment: TextEdit.AlignHCenter