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 707662 - appDisplay: Tweak scrolled FolderViews
appDisplay: Tweak scrolled FolderViews
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-06 21:54 UTC by Florian Müllner
Modified: 2013-09-06 21:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
theme: Decrease padding on folder view popup (1005 bytes, patch)
2013-09-06 21:54 UTC, Florian Müllner
committed Details | Review
appDisplay: Increase fade offset in FolderView (2.15 KB, patch)
2013-09-06 21:54 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2013-09-06 21:54:26 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)
Comment 1 Florian Müllner 2013-09-06 21:54:30 UTC
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.
Comment 2 Florian Müllner 2013-09-06 21:54:35 UTC
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 ...
Comment 3 Florian Müllner 2013-09-06 21:55:48 UTC
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