Rodrigo Coacci wrote: > Is there (or will have) any way to change the size of the icons? I just > grabbed the last svn from thunar and with the "text beside icons" > option, thunar just got more and more better for me. The only (small) > problem is the size of the icons, i'd prefer them a bit smaller.
It's currently hardcoded. I have a patch to enable zooming, but it doesn't yet work correctly. For now, you can edit thunar-icon-view.c:241 and replace 48 with whatever icon size you prefer (you should check the icon sizes your icon theme supports, else thunar will have to scale icons all the time). > I'd like to suggest also to put a option for showing hidden files in the > main pane right-click menu, although the hot-key is nice too.... I'm not planning to blow up the menus with special options. But of course, you can do that for yourself by editing thunar-standard-view-ui.xml and adding <menuitem action="show-hidden" name="show-hidden" /> to the folder-context-menu popup section at the end of the file. > Anyway it's a great work, congratulations thunar team! Thanks. > Abraços, > Rodrigo Benedikt _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
