Yet-Zio / yetCalc

Yet another calculator designed and developed for Android
BSD 3-Clause "New" or "Revised" License
203 stars 17 forks source link

Not all digits are visible in portrait mode #48

Closed thomas2403 closed 6 months ago

thomas2403 commented 1 year ago

Not all digits are shown in landscape mode. This is the result of square root 3. The first picture shows the result after calculation. I have scroll manualy to see the first digits (2nd picture). Would it be possible to reduce the number of digits or make the font smaller?

Screenshot_20230304-184916_yetCalc Screenshot_20230304-184953_yetCalc

Yet-Zio commented 1 year ago

Hmm, I think you meant portrait mode. There's no problems on landscape mode: Screenshot_20230304-234515

I understand the situation tho, like larger numbers/calculations tend to go beyond the actual screen width and its harder to scroll. Yea, I will probably add a setting to adjust the font size. That could resolve the issue :)

thomas2403 commented 1 year ago

Yes, I meant portrait mode. It would be great, if you could do this.

neco154 commented 1 year ago

Can you please left align numbers in portrait mode that we can se more importain part of long number. Last decimals are never so important. Or simple cut off decimals, which are out of the screen.

CaptainPackers commented 7 months ago

I would like to see a font size option added as well. I also have this problem and I use my phone locked in portrait mode, so it would be convenient to reduce the font size. This is my goto calculator, but this quirk has me thinking about looking for an alternative.

P. S : I love the unit converter. Nice job on that!

Yet-Zio commented 6 months ago

Results are left aligned as of v1.1.2 . Can be changed in settings as well. #107 Issue similar to #51