You are not logged in.
Pages: 1
Offline
Unfortunately, you can't apply rules to individual icons and items in the list. You can decrease text size until everything fits in with this rule:
.exoiconview.view * {
font-size: 10px;
}
You can also try adding this declaration:
-gtk-icon-transform: scale(0.5);
but that doesn't seem to be affecting text spacing at all, only scales the icons down.
You need to append these to your ~/.config/gtk-3.0/gtk.css file.
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
If you don't mind recompiling yourself, you can edit this line and set TEXT_WIDTH to whatever you see fit:
https://gitlab.xfce.org/xfce/xfce4-sett … alog.c#L45
#define TEXT_WIDTH (128)
Perhaps you can even modify it to ellipsize long words:
https://gitlab.xfce.org/xfce/xfce4-sett … og.c#L1153
"wrap-mode", PANGO_ELLIPSIZE_END,
I don't know if this'll work, but worth a shot.
Last edited by KBar (2022-04-29 08:33:02)
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
@KBar. Thank you for having a look.
I think, the Debian developers handled the transformation to DE a bit sloppy here.
Have to admit, recompiling is out of scope for me, but anyway ....
br KH
Offline
Pages: 1
[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 529.54 KiB (Peak: 530.82 KiB) ]