Fix emoji verification dialogue being cut off

This commit is contained in:
Brayd 2024-04-19 22:54:05 +02:00
parent 70eabc3276
commit 4522507cc8
No known key found for this signature in database

View file

@ -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!")