On Mon, 2022-02-21 at 19:53 -0500, Jeffs Chips via evolution-list wrote: > how to increase the font size of the left panel in which all the > accounts and email boxes are listed.
Hi, that's using the font defined in the system, the same as the message list and other parts of the window. It would be odd to see a smaller font only in the folder list. Anyway, you can create a file: ~/.config/gtk-3.0/gtk.css and write into it: treeview { font-size:120%; } which will set the font size for any treeview in all gtk+ applications to 120%. The folder tree has no specific CSS class, thus it's harder to directly reference it in the CSS selector. Bye, Milan _______________________________________________ evolution-list mailing list evolution-list@gnome.org To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list