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

scaled up UI 200% #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

scaled up UI 200% #161

wants to merge 1 commit into from

Conversation

Fuzzwah
Copy link
Contributor

@Fuzzwah Fuzzwah commented Jan 26, 2017

Increased font sizes and UI elements by 200% to allow better display on high def screens.

Users on lower res screens can use the - hotkey to scale down if required.

@ds300
Copy link
Owner

ds300 commented Jan 27, 2017

Thanks! Not sure this makes sense as the default, though. Nobody has complained about it being too small before. Maybe you could make the user's choice of zoom level persist instead?

@peteruithoven
Copy link
Collaborator

Please don't do this. The OS should compensate for the resolution? Otherwise you could tweak the font size (cmd/ctrl +)? And, to hurt the experience for people without a hiDPI screen, which is probably much more people, by default, is just ridiculous.
Using Firefox on Linux (ElementaryOS), on a 4k 15.4 screen, the window is the already a similar size, so for me it's already compensated somehow.

@h0ru5
Copy link
Collaborator

h0ru5 commented Jan 27, 2017

the window object will give you the window size in pixels - I'd suggest to use this to determine a sensful value

@Fuzzwah
Copy link
Contributor Author

Fuzzwah commented Jan 30, 2017

@ds300 There is a previous mention of the issue I ran into: #125 I have found that my change to the scale using + / - is persistant already, just that it is capped at 200% of default.

@peteruithoven I had been ctrl +'ing everytime I ran jeztz, but then found the scale option in the source code. I attempted to use that to increase the size, but found that the font became blury.

Using my change and then setting the initial scale back to 0.5 would result in the exact same defaults for new users but then allow people like me who would prefer larger text to scale up with out the font becoming blury.

@ds300
Copy link
Owner

ds300 commented Feb 2, 2017 via email

@Leyline77
Copy link

What I did: config.js, this allows me to zoom in for my bad eyesight, no reason to limit the max to 1

@@ -289 +289 @@

  • this("scale", H.clamp(0, options.scale + diff, 1));
  • this("scale", H.clamp(0, options.scale + diff, 5));

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

Successfully merging this pull request may close these issues.

5 participants