diff options
author | Brayd <info@braydmedia.de> | 2024-04-19 22:54:05 +0200 |
---|---|---|
committer | Brayd <info@braydmedia.de> | 2024-04-19 22:54:05 +0200 |
commit | 4522507cc8003f3e0cb122e7a01a09b64e6ee6f4 (patch) | |
tree | 2ca4132fdd58047988c1e5b65abb174a972c9f42 /resources | |
parent | Fix room settings being cut off (diff) | |
download | nheko-4522507cc8003f3e0cb122e7a01a09b64e6ee6f4.tar.xz |
Fix emoji verification dialogue being cut off
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/device-verification/EmojiVerification.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/device-verification/EmojiVerification.qml b/resources/qml/device-verification/EmojiVerification.qml index 0ee279cd..a8abd740 100644 --- a/resources/qml/device-verification/EmojiVerification.qml +++ b/resources/qml/device-verification/EmojiVerification.qml @@ -13,7 +13,7 @@ ColumnLayout { spacing: 16 Label { - Layout.preferredWidth: 400 + Layout.preferredWidth: scroll.availableWidth Layout.fillWidth: true wrapMode: Text.Wrap text: qsTr("Please verify the following emoji. You should see the same emoji on both sides. If they differ, please press 'They do not match!' to abort verification!") |