RoomPane leave more space for chat in small window
This commit is contained in:
parent
5857f4e398
commit
be6292a521
|
@ -57,7 +57,7 @@ Item {
|
|||
sourceComponent: RoomPane {
|
||||
id: roomPane
|
||||
referenceSizeParent: chat
|
||||
maximumSize: chat.width - theme.minimumSupportedWidth
|
||||
maximumSize: chat.width - theme.minimumSupportedWidth * 1.5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user