GNOME Bugzilla – Bug 707662
appDisplay: Tweak scrolled FolderViews
Last modified: 2013-09-06 21:55:58 UTC
FolderViews currently look fairly crappy when they are scrolled, attaching some minor tweaks to improve that a little. (the patches have already been reviewed by Carlos, just attaching them for reference)
Created attachment 254313 [details] [review] theme: Decrease padding on folder view popup If a folder view is scrolled, its scrollbar ends up too close to the content (even partially overlapping it) with the current padding. Making it much smaller fixes the issue without affecting the content position - the removed padding will just move to IconGrid's dynamic padding.
Created attachment 254314 [details] [review] appDisplay: Increase fade offset in FolderView Just as we do in AllView, we set the offset of FolderViews' fade effect so that no icon is faded when a full page is visible. This works fine in AllView, however in the FolderView case where the popup's offsets eat away from the available fade height, the effect ends up being barely noticeable at all. While it is not ideal to apply the fade to the edge of a "full page", it looks less ugly than the current state, so pick the lesser evil ...
Attachment 254313 [details] pushed as beec47d - theme: Decrease padding on folder view popup Attachment 254314 [details] pushed as 387184b - appDisplay: Increase fade offset in FolderView