GNOME Bugzilla – Bug 773950
Smoother dynamic cover placement when resizing the window
Last modified: 2017-01-31 10:39:24 UTC
Currently, resizing Games' window only does not move the covers until reaching the extra width for a new column to fit into the window. Music has a smoother way to display this; could Games use the same too?
Created attachment 344450 [details] [review] Smooth collection icons arrangement when resizing window. This is one possible solution. By setting halign to fill, all the icon views stretch out evenly (thumbnails remains same size). Just the boundary of icon views stretches out.
Created attachment 344451 [details] [review] Smooth collection icons arrangement when resizing window. This is another possible solution. By setting halign to fill on collection view and disabling expand on icon view, we get variable spaces between the icon views. They do not stretch out. IMO the previous patch is a better choice.
Review of attachment 344450 [details] [review]: The other patch is closer to the design of other similar GNOME apps so let's it rather than this one.
Review of attachment 344451 [details] [review]: The short log shouldn't exceed 52 chars, for example these two would be better: ui: Smooth out collection icons arrangement ui: Make collection icons arrangement smoother The phrasing of the commit message doesn't exactly fulfill to our standards but I don't mind it that much, bonus point if you make it closer to our commit message style. ;)
Created attachment 344638 [details] [review] Smooth out collection icons arrangement