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

GUI: HiDPI support #46

Open
shashwatsridhar opened this issue Nov 12, 2020 · 0 comments
Open

GUI: HiDPI support #46

shashwatsridhar opened this issue Nov 12, 2020 · 0 comments

Comments

@shashwatsridhar
Copy link
Collaborator

The GUI is not optimised to work on HiDPI screens (for example Retina displays). I noticed this on @marius10p's shared screen. A couple of changes might make it look better on such displays:

  • make the GUI HiDPI aware through PyQt (see 1, 2, 3)
  • remove all point size font specifications to make GUI HiDPI compatible

Note: this is probably not an urgent issue, but the fix is likely not complicated, so it is a nice-to-have-fixed sort of bug. It doesn't affect the functioning of the software, though.

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

1 participant