GNOME Bugzilla – Bug 694215
iconGrid: Dynamically adjust spacing based on columnLimit
Last modified: 2013-02-19 23:39:38 UTC
Ths fixes the large screen issues introduced by the new app picker.
Created attachment 236844 [details] [review] iconGrid: Dynamically adjust spacing based on columnLimit Adjust the spacing based on the available width when a columnLimit is set to evenly place the icons.
Created attachment 236846 [details] [review] iconGrid: Dynamically adjust spacing based on columnLimit Adjust the spacing based on the available width when a columnLimit is set to evenly place the icons. --- Updates based on IRC review.
Created attachment 236848 [details] [review] iconGrid: Dynamically adjust spacing based on columnLimit Adjust the spacing based on the available width when a columnLimit is set to evenly place the icons.
Created attachment 236849 [details] [review] iconGrid: Dynamically adjust spacing based on columnLimit Adjust the spacing based on the available width when a columnLimit is set to evenly place the icons. Rebased.
Review of attachment 236848 [details] [review]: Looks good. ::: js/ui/appDisplay.js @@ +63,3 @@ this._grid = new IconGrid.IconGrid({ xAlign: St.Align.MIDDLE, columnLimit: MAX_COLUMNS }); + this._grid.actor.x_expand = true; Adding a "// Standard hack for ClutterBinLayout" comment would be nice.
Created attachment 236850 [details] [review] iconGrid: Dynamically adjust spacing based on columnLimit Adjust the spacing based on the available width when a columnLimit is set to evenly place the icons. Readd lost "Math.round()"
Created attachment 236851 [details] [review] iconGrid: Dynamically adjust spacing based on columnLimit Adjust the spacing based on the available width when a columnLimit is set to evenly place the icons. OK, here is the one with the comment. Waiting for the app-picker work to land first.
Review of attachment 236851 [details] [review]: Looks good.
Attachment 236851 [details] pushed as b922035 - iconGrid: Dynamically adjust spacing based on columnLimit