GNOME Bugzilla – Bug 322147
Nautilus Sidebar icons for Tree/Places/etc... are blurry
Last modified: 2005-11-22 17:31:46 UTC
Please describe the problem: The sidebar icons for the tree, places, and history are blurry. This is due to the fact that Nautilus requests the non-standard size of 20 pixels for icons, and, so the icons get scaled down, as no theme provides 20x20 icons. The attached patch changes this to use 16x16 icons instead of 20x20, so that the icons are crisp and properly detailed. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 55091 [details] [review] Patch to use 16x16 icons in sidebar
This was resolved by using GTK+ stock sizes. Hardcoding a size is really broken. The patch didn't make it into 2.12, though. *** This bug has been marked as a duplicate of 167107 ***