Set a more useful minimum size for main pane
144px min for a pane that's still useful. Also set `collapseSidePanesUnderWindowWidth` config option to `450` instead of `400` by default now.
This commit is contained in:
@@ -8,7 +8,7 @@ HDrawer {
|
||||
id: mainPane
|
||||
saveName: "mainPane"
|
||||
background: Rectangle { color: theme.mainPane.background }
|
||||
minimumSize: theme.controls.avatar.size + theme.spacing * 2
|
||||
minimumSize: theme.mainPane.minimumSize
|
||||
|
||||
readonly property alias accountBar: accountBar
|
||||
readonly property alias roomList: roomList
|
||||
|
Reference in New Issue
Block a user