appDisplay: Trivial code style improvement
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/643
This commit is contained in:
parent
c0e90807e0
commit
8e1b13ca96
@ -1147,7 +1147,10 @@ var FolderIcon = class FolderIcon {
|
|||||||
// whether we need to update arrow side, position etc.
|
// whether we need to update arrow side, position etc.
|
||||||
this._popupInvalidated = false;
|
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.set_child(this.icon);
|
||||||
this.actor.label_actor = this.icon.label;
|
this.actor.label_actor = this.icon.label;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user