gnome-shell-extension-appindicator icon indicating copy to clipboard operation
gnome-shell-extension-appindicator copied to clipboard

Change default icon size to 20 so they aren't defacto invisible

Open ahydronous opened this issue 1 year ago • 2 comments

Some users their icons are "invisible" because the default size is set to 0. I chose size 20 because it makes most icons approximately the same size as the built-in top bar icons.

See: https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/382

ahydronous avatar Oct 10 '24 12:10 ahydronous

size of zero is supposed to be an auto size as it functions in Ubuntu, it may be better to submit an issue and figure why yours isn't auto sizing

DanHolli avatar Oct 28 '24 08:10 DanHolli

In theory the code at:

https://github.com/ubuntu/gnome-shell-extension-appindicator/blob/63bed61197e75a4644422bb0ea33ecb7c962889e/appIndicator.js#L1561-L1569

Should prevent this to happen, no?

3v1n0 avatar May 06 '25 18:05 3v1n0