-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improving the text scale control? #249
Comments
@Mrnofish thanks a lot, will look into it |
In my case I guess, since it's a large scale, it's wanting it to be a round number.. so pulling my finger off the screen 80% of the time nudges it to 0.91 or 0.89 :). I'm not sure who would use the app at 0.50 or 2 so maybe it's just the steps as you scroll over the bar could be "wider", if that makes sense. If it jumps to the next number every |..|..|..|..| increment then maybe having it jump to the next number every |.....|.....|.....|.....| increments instead, sort of.. |
@0-5-0 i will make it so you can enter a custom value with the keyboard |
Works well with the custom value/keyboard, not sure if there would need to be sanity checks to prevent entering 999.0 :), though you have the reset button and relaunching the app fixed any weird artifacts after I entered 999 to test :D |
@0-5-0 good point Will add a check |
The checks work but are a bit fast, if I try to type 0.90 it sends it to 0.50 if I don't type the 0.90 fast enough. Still workable (I'm able to type 0.90 fast enough) but it might be difficult for others. I'm still not sure if just having a set of defined smallest, small, medium, large, extra large criterias might be "better". If some users truly would need more granularity to select 0.50 vs 0.51 vs 0.52, if those minor differences in the interface would even be realistically perceived on a device. It might also help with testing that stuff doesn't overlap if it's defined sizes, unless you're testing each interface change with 0.50 up to 2.00. |
There seem to be a few bugs in 145:
|
@Mrnofish CTDs? |
Crash to desktop is what I meant. Sorry! |
There you go:
|
The ability to change the text scale is great, however I'm encountering two issues:
The text was updated successfully, but these errors were encountered: