GNOME Bugzilla – Bug 726323
App folders - icons are too close to one another
Last modified: 2014-03-17 09:46:41 UTC
Created attachment 271856 [details] screenshot App folders show a grid of four small icons for the apps they contain. Right now they are too close to each other. This doesn't look very good, and in some cases can mean that the icons bleed into each other (see the attached screenshot).
Created attachment 271918 [details] [review] appDisplay: Add some spacing in folder icons With the switch to a table layout in commit f959cafb36a43e, setting alignments to place the individual icons at the outer edge of the grid stopped working. Remove that code and add some explicit spacing instead.
Review of attachment 271918 [details] [review]: Looks good.
Attachment 271918 [details] pushed as b222d0f - appDisplay: Add some spacing in folder icons
Thanks Florian!