You are not logged in.
Hello,
Since 4.20 the space between the desktop icons and font text below is bigger. I use the gtk.css with this content:
XfdesktopIconView.view {
-XfdesktopIconView-label-alpha:0;
-XfdesktopIconView-selected-label-alpha:0;
-XfdesktopIconView-ellipsize-icon-labels:0;
-XfdesktopIconView-tooltip-size:128;
-XfdesktopIconView-cell-spacing:-5;
-XfdesktopIconView-cell-padding:25;
-XfdesktopIconView-cell-text-width-proportion:3.3;
But it seems not to be taken in account anymore. Is there a way to reduce the space between icons and the text below?
Thanks.
Last edited by sushi (2024-12-23 12:35:47)
Offline
The code above does work. Note that you are missing a close bracket in that snippet that would make it not work.
To change the spacing between the text and the icon you would use a lower "cell-padding" value.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks ToZ,
I have the close bracket in place, just didn't copy it here. I will try you suggestion and see. Probably it doesn't take place till I logout/login..?
Edit: It's working after a logout/in.
Last edited by sushi (2024-12-23 12:35:18)
Offline
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 524.91 KiB (Peak: 531.28 KiB) ]