We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I came across the following display bug for any menu entry icon below 120x120. Reproducible using 119x119 size or smaller with menuListIcon
The text was updated successfully, but these errors were encountered:
Share your theme config file?
Sorry, something went wrong.
I noticed that graphical glitch when playing around with themes but I think it comes from menuList and not menuListIcon ?
menuList
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); }; };
No branches or pull requests
I came across the following display bug for any menu entry icon below 120x120. Reproducible using 119x119 size or smaller with menuListIcon
The text was updated successfully, but these errors were encountered: