Anyone knows if Unity has a way to scale down all indicator icons to have the same height? This big icons are very annoying.
EXAMPLE:
Anyone knows if Unity has a way to scale down all indicator icons to have the same height? This big icons are very annoying.
EXAMPLE:
No, actually they are in the same height: 22 px. But free spaces on PNGs or SVGs make the icon look smaller.
For example, the left-side picture is the wi-fi indicator icon which have free spaces above and below. Removing those spaces make it look bigger (the right-side one), however it’s in the same height:
If you want to have smaller icons, you should manually add spaces around them in PNG/SVG files only to make them look smaller.
For example, for PNG you can:
/usr/share/icons
or take your custom one to ~/.icons
on your home.
– AliNajafies
Jul 08 '14 at 14:19