isDipesh / gnome-shell-extension-sensors

Gnome shell extension: Shows CPU temperature, HDD temperature, voltage and fan RPM
https://motorscript.com/gnome-shell-extension-sensors/
161 stars 153 forks source link

Fix icon size #127

Open Wendor opened 9 years ago

Wendor commented 9 years ago

On my Fedora 22 with GNOME Shell 3.16.2 in classic mode, sensors icons have very biggest size sensors_ext_bug

This patch fix it.

Wendor commented 9 years ago

Sorry for first request (https://github.com/xtranophilist/gnome-shell-extension-sensors/pull/125). I never do pull requests before.

adrianbroher commented 9 years ago

This is quite odd. It doesn't seem like the native icon size is used, which is already 16x16 pixels. I will investigate this first before accepting this PR.

Wendor commented 9 years ago

Yep, gnome-shell ignoring size in svg file. I don't know why. :(