summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrayd <info@braydmedia.de>2024-04-19 22:54:05 +0200
committerBrayd <info@braydmedia.de>2024-04-19 22:54:05 +0200
commit4522507cc8003f3e0cb122e7a01a09b64e6ee6f4 (patch)
tree2ca4132fdd58047988c1e5b65abb174a972c9f42
parent70eabc327680ec3f93af148f3318ac9ea1c87d94 (diff)
Fix emoji verification dialogue being cut off
-rw-r--r--resources/qml/device-verification/EmojiVerification.qml2
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!")