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:
@@ -260,6 +260,7 @@ ui:
|
||||
|
||||
|
||||
mainPane:
|
||||
int minimumSize: 144 * uiScale
|
||||
color background: "transparent"
|
||||
|
||||
topBar:
|
||||
|
@@ -273,6 +273,7 @@ ui:
|
||||
|
||||
|
||||
mainPane:
|
||||
int minimumSize: 144 * uiScale
|
||||
color background: "transparent"
|
||||
|
||||
topBar:
|
||||
|
Reference in New Issue
Block a user