-
Notifications
You must be signed in to change notification settings - Fork 41
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
Set minimum block clock size to 200px width #382
Comments
Hi @GBKS , what android device are you using? |
It's a Galaxy A32 5G. |
Great I will test with a virtual device... Also to make sure I'm able to reproduce it, which build are you using? Latest on main branch? |
The math that defines the width is located here.
The Galaxy A32 has a logical resolution of 360x800. The dial scale is either 1/2 or 1/3.
But that misses the scenario where the clock is shown in a widget. So you really don't want to go smaller than the screen width minus some padding. So maybe something like this?
I am probably missing something, since my math above doesn't totally add up with my screenshot measurement. Thanks for looking into this. I believe I am on the latest main branch. |
@GBKS, thanks for your comment above, made my life very easy :) build and tested with the change you suggested:
Results below: Before change (this a screenshot of a Galaxy A32 5G virtual device): I'll go ahead a start a PR, unless there's more to consider? |
Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
Report
On my Android phone, the clock is too small. Minimum size should be 200px width. It is ~131px wide.
The text was updated successfully, but these errors were encountered: