Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling in HiDPI screens #196

Open
vishesh opened this issue Jul 9, 2015 · 3 comments
Open

Scaling in HiDPI screens #196

vishesh opened this issue Jul 9, 2015 · 3 comments

Comments

@vishesh
Copy link

vishesh commented Jul 9, 2015

Shows up with small fonts, making app unusable. Maybe its possible to force scaling when starting, but it would still be nice if it could just look at system scaling settings.

I'm using Ubuntu 15.04.

@allanbreyes
Copy link

Same problem, here. I haven't tried it, but you could probably do a quick workaround by manually editing the .scss files. I wonder how Atom does it? I don't have any issues with UI scaling with Atom.

@soren121
Copy link

Using relative font sizes is an easy way to fix this. I opened up Developer Tools and noted the content editor was set to 15pt, which is just fine on 96dpi screens, but not on HiDPI screens.

To the project collaborators, I can put together a PR for this if you'd like.

@zackp30
Copy link
Contributor

zackp30 commented Aug 24, 2015

We would appreciate that, thanks! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants