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

@ -91,6 +91,8 @@
- Way to open context menus without a right mouse button
- `smartVerticalFlick()` gradual acceleration
- Make banner buttons look better
- When window is reduced enough for main pane to be invisible, transition
between pane and page with alt+S is laggy when the page is a chat
- Choose a better default easing type for animations
- Make HListView scrollbars visible

View File

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