eclipse-theia/theia
View on GitHub[plug-in] TreeView layout proportions are very uneven
Open
#8,003 opened on Jun 12, 2020
bughelp wantedshellvscode
Description
Bug Description:
By default, the proportions of extension-contributed treeviews are very uneven, some treeviews being disproportionately small, making it very impractical to use the extension. This differs from the default behaviour on VS Code.
Steps to Reproduce:
Running for example the following extension on Theia vs VS Code https://github.com/paritytech/vscode-substrate (vsix ; marketplace)
Additional Information
VS Code

Theia

Theia (when revealing the treeviews)

Also, all the treeviews seem to be expanded by default on VS Code, which doesn't seem to be the case in Theia.
Tested on Chromium & Firefox.