You are not logged in.
hello recently installed xfce4 i like this DE .. but i dont know how to resiize launcher icon.. the launcher icon to small for me... i just increase my panel but, doesn't work..
can someone guide me about this.. i dont know what file should im edit and idk too locate the file please
Last edited by botaksaja (2016-06-09 16:45:07)
Offline
Create, if doesn't already exist, the file ~/.gtkrc-2.0 and add the following content to the file:
# launcher padding
style "my-launchers"
{
xthickness = 0
ythickness = 0
}
widget "*launcher*" style "my-launchers"
...adjust the xthickness and ythinckness values as needed.
To have the change take effect, either change your appearance theme away and back to your current selection or log out and back in again.
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
Create, if doesn't already exist, the file ~/.gtkrc-2.0 and add the following content to the file:
# launcher padding style "my-launchers" { xthickness = 0 ythickness = 0 } widget "*launcher*" style "my-launchers"
...adjust the xthickness and ythinckness values as needed.
To have the change take effect, either change your appearance theme away and back to your current selection or log out and back in again.
hi thank you sir
Last edited by botaksaja (2016-06-10 07:36:34)
Offline
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 523.98 KiB (Peak: 531.35 KiB) ]