RoomPane leave more space for chat in small window

This commit is contained in:
miruka 2019-12-20 07:38:42 -04:00
parent 5857f4e398
commit be6292a521

View File

@ -57,7 +57,7 @@ Item {
sourceComponent: RoomPane { sourceComponent: RoomPane {
id: roomPane id: roomPane
referenceSizeParent: chat referenceSizeParent: chat
maximumSize: chat.width - theme.minimumSupportedWidth maximumSize: chat.width - theme.minimumSupportedWidth * 1.5
} }
} }
} }