Merge pull request #1715 from br4yd/fix-settings-cutoff

Fix room settings and emoji verification being cut off
This commit is contained in:
DeepBlueV7.X 2024-04-23 22:53:49 +00:00 committed by GitHub
commit a0fcb9458e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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

View file

@ -20,6 +20,7 @@ ApplicationWindow {
minimumHeight: 450
width: 450
height: 680
Layout.preferredWidth: scroll.availableWidth
color: palette.window
modality: Qt.NonModal
flags: Qt.Dialog | Qt.WindowCloseButtonHint | Qt.WindowTitleHint