appDisplay: Trivial code style improvement

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/643
This commit is contained in:
Georges Basile Stavracas Neto 2019-06-28 23:46:16 -03:00
parent c0e90807e0
commit 8e1b13ca96

View File

@ -1147,7 +1147,10 @@ var FolderIcon = class FolderIcon {
// whether we need to update arrow side, position etc.
this._popupInvalidated = false;
this.icon = new IconGrid.BaseIcon('', { createIcon: this._createIcon.bind(this), setSizeManually: true });
this.icon = new IconGrid.BaseIcon('', {
createIcon: this._createIcon.bind(this),
setSizeManually: true
});
this.actor.set_child(this.icon);
this.actor.label_actor = this.icon.label;