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

Menu entry icon display bug #149

Open
zemixe opened this issue Jan 25, 2022 · 2 comments
Open

Menu entry icon display bug #149

zemixe opened this issue Jan 25, 2022 · 2 comments

Comments

@zemixe
Copy link

zemixe commented Jan 25, 2022

I came across the following display bug for any menu entry icon below 120x120. Reproducible using 119x119 size or smaller with menuListIcon

1

@yellows8
Copy link
Collaborator

yellows8 commented Feb 6, 2022

Share your theme config file?

@monstrosities
Copy link

I noticed that graphical glitch when playing around with themes but I think it comes from menuList and not menuListIcon ?

For example this config is fine:

layout={
    menuList={
		size=(120,160);
    };
	menuListIcon={
		size=(110,110);
    };
};

But this config shows the graphical glitch:

layout={
    menuList={
		size=(119,160);
    };
	menuListIcon={
		size=(110,110);
    };
};

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

3 participants