GNOME Bugzilla – Bug 694234
AppPicker: scrolling is cut at the bottom
Last modified: 2013-02-21 08:25:59 UTC
See attached screenshot
Created attachment 236879 [details] screenshot
Right, the issue is that we add extra row spacing but don't ask for it in get_preferred_height. You could change this by separating row and column spacing in iconGrid.js and seeing how well that looks...
Created attachment 236885 [details] [review] iconGrid: Take extra spacing into account for height requests This fixes the clipped app picker in the overview. This still has issues if you try it in the shell now (where we have a vertical fade), because of a Clutter bug. Fix for the Clutter bug is at bug #694237.
Created attachment 236886 [details] [review] st-bin: fix a typo in the property setter -- This might help as well.
Review of attachment 236886 [details] [review]: Holy....
Comment on attachment 236886 [details] [review] st-bin: fix a typo in the property setter Attachment 236886 [details] pushed as a4a5492 - st-bin: fix a typo in the property setter
Review of attachment 236885 [details] [review]: I had pretty much the same patch here - it's not enough without the clutter fix but it's correct.
Attachment 236885 [details] pushed as aad5d98 - iconGrid: Take extra spacing into account for height requests
*** Bug 694332 has been marked as a duplicate of this bug. ***
*** Bug 694327 has been marked as a duplicate of this bug. ***