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

Tweak some values to make the GUI better for lower-resolution screens #1

Open
josephcagle opened this issue Oct 29, 2020 · 2 comments · May be fixed by #2
Open

Tweak some values to make the GUI better for lower-resolution screens #1

josephcagle opened this issue Oct 29, 2020 · 2 comments · May be fixed by #2
Assignees
Labels
easy enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@josephcagle
Copy link
Owner

I wrote and tested this program on a Mac with a Retina display, which has wayyyyy more pixels than most screens. Consequently, the GUI window is too small on most screens, which hides some GUI elements in the middle.

Test the program with different window sizes, changing values in the code to make it work right / look good. Make a PR with the new and improved GUI element sizes.

@josephcagle josephcagle added enhancement New feature or request good first issue Good for newcomers hacktoberfest easy labels Oct 29, 2020
@kushagra-shukla
Copy link

Hey @DarthFloopy
I was thinking of using screen size (in pixels) of the device, that is, set sizes of Panels and Components by taking screen size into account. I think it will help improve responsiveness on different devices. If you think it is a good approach then assign this issue to me.

@josephcagle
Copy link
Owner Author

That sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
2 participants