nx-hbmenu icon indicating copy to clipboard operation
nx-hbmenu copied to clipboard

Menu entry icon display bug

Open zemixe opened this issue 3 years ago • 2 comments

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

1

zemixe avatar Jan 25 '22 15:01 zemixe

Share your theme config file?

yellows8 avatar Feb 06 '22 00:02 yellows8

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);
    };
};

monstrosities avatar Jul 09 '22 19:07 monstrosities