From 4522507cc8003f3e0cb122e7a01a09b64e6ee6f4 Mon Sep 17 00:00:00 2001
From: Brayd <info@braydmedia.de>
Date: Fri, 19 Apr 2024 22:54:05 +0200
Subject: [PATCH] Fix emoji verification dialogue being cut off

---
 resources/qml/device-verification/EmojiVerification.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/qml/device-verification/EmojiVerification.qml b/resources/qml/device-verification/EmojiVerification.qml
index 0ee279cd1..a8abd7403 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!")
-- 
GitLab