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:
miruka
2020-05-21 00:42:23 -04:00
parent 07701ae880
commit 96e61f15ce
6 changed files with 6 additions and 4 deletions

View File

@@ -234,7 +234,7 @@ class UISettings(JSONDataFile):
"clearRoomFilterOnEnter": True,
"clearRoomFilterOnEscape": True,
"clearMemberFilterOnEscape": True,
"collapseSidePanesUnderWindowWidth": 400,
"collapseSidePanesUnderWindowWidth": 450,
"enableKineticScrolling": True,
"hideProfileChangeEvents": True,
"hideMembershipEvents": False,