You are not logged in.
Pages: 1
Hi,
I set up 2-row layout for my panel but want to have certain widgets such as whisker, volume controller and weather span across two lines - as the clock does.
I can put them in "center" but the icon stays small, see image (imgurl):
Can I make them bigger (e.g. by editing config files)?
Offline
There is no option built-in option to make them better. You can try using css tweaks to increase the size of the icons, but the just get blurry. For example:
#weather-6 button image { -gtk-icon-transform: scale(2.0); padding: 15px; }
#whiskermenu-button image { -gtk-icon-transform: scale(1.5);}
...note: replace "weather-6" with the actual widget number of your weather widget (hover you mouse over the weather widget in the Items tab of Panel Properties).
The best way to fix this is to create a bug report and ask the developers to consider special icon sizing with different panel row sizes.
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 ---
Online
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 521.97 KiB (Peak: 529.49 KiB) ]