MainPane: leave more space to chat in small window
This commit is contained in:
parent
e9efca76d4
commit
ab786173d9
2
TODO.md
2
TODO.md
|
@ -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
|
||||
|
|
|
@ -70,7 +70,7 @@ Item {
|
|||
|
||||
MainPane {
|
||||
id: mainPane
|
||||
maximumSize: parent.width - theme.minimumSupportedWidth
|
||||
maximumSize: parent.width - theme.minimumSupportedWidth * 1.5
|
||||
}
|
||||
|
||||
PageLoader {
|
||||
|
|
Loading…
Reference in New Issue
Block a user