fix(chat/community): size CommunityIntroDialog content properly
fixes: #8334
This commit is contained in:
parent
3cc3f3ea85
commit
2aef1c887e
|
@ -65,8 +65,11 @@ StatusDialog {
|
||||||
|
|
||||||
StatusScrollView {
|
StatusScrollView {
|
||||||
Layout.minimumWidth: 300
|
Layout.minimumWidth: 300
|
||||||
Layout.preferredWidth: contentWidth
|
Layout.preferredWidth: contentWidth + 2 * padding
|
||||||
|
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
Layout.preferredHeight: contentHeight + 2 * padding
|
||||||
|
Layout.maximumHeight: 400
|
||||||
|
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
id: messageContent
|
id: messageContent
|
||||||
|
|
Loading…
Reference in New Issue