MainPane: leave more space to chat in small window

This commit is contained in:
miruka
2019-12-21 13:12:02 -04:00
parent e9efca76d4
commit ab786173d9
2 changed files with 3 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ Item {
MainPane {
id: mainPane
maximumSize: parent.width - theme.minimumSupportedWidth
maximumSize: parent.width - theme.minimumSupportedWidth * 1.5
}
PageLoader {