After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726323 - App folders - icons are too close to one another
App folders - icons are too close to one another
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: overview
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-03-14 10:43 UTC by Allan Day
Modified: 2014-03-17 09:46 UTC
See Also:
GNOME target: ---
GNOME version: 3.11/3.12


Attachments
screenshot (49.17 KB, image/png)
2014-03-14 10:43 UTC, Allan Day
  Details
appDisplay: Add some spacing in folder icons (2.00 KB, patch)
2014-03-14 16:17 UTC, Florian Müllner
committed Details | Review

Description Allan Day 2014-03-14 10:43:26 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).
Comment 1 Florian Müllner 2014-03-14 16:17:42 UTC
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.
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-03-14 16:20:03 UTC
Review of attachment 271918 [details] [review]:

Looks good.
Comment 3 Florian Müllner 2014-03-14 16:23:35 UTC
Attachment 271918 [details] pushed as b222d0f - appDisplay: Add some spacing in folder icons
Comment 4 Allan Day 2014-03-17 09:46:41 UTC
Thanks Florian!