diff options
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!") |