You are not logged in.
I'm using the latest release of Xubuntu, is there any way to change the size of the icons in the window buttons? I can get them to adjust size by removing the text labels, but is there a way to change the size without doing that?
Offline
Those icons are provided by libwnck and it has limited sizes available. You can increase the size using css:
.tasklist button image {-gtk-icon-transform: scale(1.5);}
...but that has the undesirable effect of blurring them.
Another option is to select the "Adjust size automatically" option in the Panel's Appearance tab. This seems to increase them to a larger size (maximum panel height is 63), but it affects all icons on the panel. In which case, you could use -gtk-icon-transform to individual downsize each of those, but that gets complicated.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 518.35 KiB (Peak: 530.61 KiB) ]