fix(chat/community): size CommunityIntroDialog content properly

fixes: #8334
This commit is contained in:
Patryk Osmaczko 2023-01-05 21:03:39 +01:00 committed by osmaczko
parent 3cc3f3ea85
commit 2aef1c887e
1 changed files with 4 additions and 1 deletions

View File

@ -65,8 +65,11 @@ StatusDialog {
StatusScrollView {
Layout.minimumWidth: 300
Layout.preferredWidth: contentWidth
Layout.preferredWidth: contentWidth + 2 * padding
Layout.fillHeight: true
Layout.preferredHeight: contentHeight + 2 * padding
Layout.maximumHeight: 400
StatusBaseText {
id: messageContent