mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix emoji verification dialogue being cut off
This commit is contained in:
parent
70eabc3276
commit
4522507cc8
1 changed files with 1 additions and 1 deletions
|
@ -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!")
|
||||
|
|
Loading…
Reference in a new issue