gnome shell taskbar have big size icon

General support questions
Post Reply
armonsal
Posts: 1
Joined: 2014/08/31 18:48:32

gnome shell taskbar have big size icon

Post by armonsal » 2014/08/31 19:01:39

Hi,

I want to change gnome shell theme by other, but the problem when i want it the taskbar have big size icon.

Attached example
Attachments
Example
Example
ejemplo.png (164.94 KiB) Viewed 1974 times

ramisilawi
Posts: 1
Joined: 2014/09/02 11:50:52

Re: gnome shell taskbar have big size icon

Post by ramisilawi » 2014/09/22 13:28:38

I am having the same problem too. I tried different themes but it didn't work out.

monovaldes
Posts: 1
Joined: 2014/10/14 15:14:31

Re: gnome shell taskbar have big size icon

Post by monovaldes » 2014/10/14 15:20:39

Just in case someone is still looking for the answer...
in my case (Gnome 3.8.4), i've opened the theme css file (~/.themes/MYTHEME/gnome-shell.css) and added the following (which i took from /usr/share/gnome-shell/theme/gnome-shell.css)

Code: Select all

.panel-logo-icon {
    padding-right: .4em;
    icon-size: 1em;
}
Cheers!

Post Reply