RoomPane leave more space for chat in small window
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user