The tree view layout on HDPI displays is broken and doesn't make good usage of screen space.
Associated pull request fixes the issue by using devicePixelRatio: https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio
Please see attachments for the before and after of applying this patch
- links to