[appDisplay] Use AUTOMATIC for apps-more, not ALWAYS
No need to display a scrollbar if we don't need to, and ALWAYS isn't yet implemented anyways. https://bugzilla.gnome.org/show_bug.cgi?id=609015
This commit is contained in:
parent
fb9fd6925a
commit
004cf3da5c
@ -101,7 +101,7 @@ AllAppDisplay.prototype = {
|
|||||||
this._appView.connect('drag-begin', Lang.bind(this, this.close));
|
this._appView.connect('drag-begin', Lang.bind(this, this.close));
|
||||||
this._scrollView.add_actor(this._appView.actor);
|
this._scrollView.add_actor(this._appView.actor);
|
||||||
|
|
||||||
this._scrollView.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.ALWAYS);
|
this._scrollView.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
|
||||||
|
|
||||||
this._workId = Main.initializeDeferredWork(this.actor, Lang.bind(this, this._redisplay));
|
this._workId = Main.initializeDeferredWork(this.actor, Lang.bind(this, this._redisplay));
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user