GNOME Bugzilla – Bug 737190
Refine grid layout, reduce number of zoom levels
Last modified: 2015-01-26 11:57:18 UTC
The layout of the thumbnail grid often isn't very good, especially when it is zoomed in or out. At extreme zoom levels, it just looks broken. The number of zoom levels also makes it easy to get lost. It would be better to reduce the number of zoom levels, and to ensure that the remaining levels are nicely laid out. It probably makes sense to keep the padding between grid cells static when zooming. Visual guidance: https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/nautilus/nautilus-next/grid-zoom-levels.png Note that, ideally, the grid content would be scaled to fit the available area (using something like GtkFlowBox).