Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu Icons Too Large #131

Open
MisterGuinness opened this issue Mar 27, 2016 · 1 comment
Open

Menu Icons Too Large #131

MisterGuinness opened this issue Mar 27, 2016 · 1 comment

Comments

@MisterGuinness
Copy link

Perhaps I have too many items in the sensors menu, but the icons are just too big and result in the menu extending beyond the length of the screen and I couldn't access the "Sensor Settings" (except via TweakTool).

Not sure when this happened as I have "CPU Fan Speed" in the top menu, so hardly ever open the menu. I just installed gnome-shell-3.16.4-1.fc22.x86_64.

Here's my quick fix to force the icons to 16px:

diff /run/media/mrg/sensors/gnome-shell-extension-sensors/src/extension.js /home/mrg/.local/share/gnome-shell/extensions/temperature@xtranophilist/
31c31
<         this.actor.add(new St.Icon({ style_class: 'system-status-icon', icon_name: 'sensors-'+type+'-symbolic' }));

---
>         this.actor.add(new St.Icon({ style_class: 'system-status-icon', icon_name: 'sensors-'+type+'-symbolic', icon_size: 16 }));
@smed79
Copy link

smed79 commented Apr 20, 2017

Changed from : http://i.imgur.com/VwEgCYV.png
to : http://i.imgur.com/7lrdO5a.png

Thank you for the tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants