Fix emoji verification dialogue being cut off

pull/1715/head
Brayd 7 months ago
parent 70eabc3276
commit 4522507cc8
No known key found for this signature in database
  1. 2
      resources/qml/device-verification/EmojiVerification.qml

@ -13,7 +13,7 @@ ColumnLayout {
spacing: 16 spacing: 16
Label { Label {
Layout.preferredWidth: 400 Layout.preferredWidth: scroll.availableWidth
Layout.fillWidth: true Layout.fillWidth: true
wrapMode: Text.Wrap 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!") 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!")

Loading…
Cancel
Save