nx-hbmenu
nx-hbmenu copied to clipboard
Menu entry icon display bug
I came across the following display bug for any menu entry icon below 120x120. Reproducible using 119x119 size or smaller with menuListIcon
Share your theme config file?
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);
};
};