titles on my icons
    ToddAndMargo 
    ToddAndMargo at zoho.com
       
    Mon Apr 28 09:40:44 CEST 2025
    
    
  
On 4/28/25 12:18 AM, ToddAndMargo wrote:
> Hi All,
> 
> How do I get the full title of my icons to show?
> They are clipped half way through.
> 
> https://imgur.com/1hlqPPD.png
> 
> Many thanks,
> -T
Figured it out.  First one is icon spacing and
the second one is to show the full labels:
vi ~/.config/gtk-3.0/gtk.css
.view, iconview {
     -XfdesktopIconView-cell-padding: 20;
}
* {
    -XfdesktopIconView-ellipsize-icon-labels: 0;
}
    
    
More information about the Xfce
mailing list