appDisplay: Also fade ScrollView in folders
This commit is contained in:
parent
fd8def705d
commit
420db828e9
@ -962,6 +962,10 @@ const FolderView = new Lang.Class({
|
||||
|
||||
this.actor.set_width(this.usedWidth());
|
||||
this.actor.set_height(this.usedHeight());
|
||||
|
||||
let fadeOffset = Math.min(this._grid.topPadding,
|
||||
this._grid.bottomPadding);
|
||||
this.actor.update_fade_effect(fadeOffset, 0);
|
||||
},
|
||||
|
||||
_getPageAvailableSize: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user