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

icon offset issue in bottom bar #28

Open
a-dekker opened this issue Jul 1, 2023 · 0 comments
Open

icon offset issue in bottom bar #28

a-dekker opened this issue Jul 1, 2023 · 0 comments

Comments

@a-dekker
Copy link

a-dekker commented Jul 1, 2023

gmenu2x has some offset issues with icons in the bottom bar. It shows in the About page in settings and in explorer mode for example.

You can see an example screenshot here: eduardofilo/RG350_adam_image#349 (comment)

I was able to fix this, but I have no idea if the issue is related to the resolution of the screen and if it will cause side effects on other resolutions and needs to be more dynamic. But it's helps on 640x480 displays.

What I did was change the "y - 7" to "y - 22" over here: https://github.com/OpenDingux/gmenu2x/blame/74321f7a32ad25e96b16b41abdb890f704c3f121/src/gmenu2x.cpp#L1006

Maybe someone can test this on a 320x240 display for example and make a proper fix?

Edit: I will also put my screenshots here.
Before:
image
After mentioned code change:
image

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

No branches or pull requests

1 participant