[gnome-shell/gbsneto/icon-grid-dnd: 7/18] appDisplay: Trivial code style improvement
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/icon-grid-dnd: 7/18] appDisplay: Trivial code style improvement
- Date: Sat, 29 Jun 2019 20:44:40 +0000 (UTC)
commit d5cb4c9727064348b26b608afef46ee4fb30ced6
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Jun 28 23:46:16 2019 -0300
appDisplay: Trivial code style improvement
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/603
js/ui/appDisplay.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 5eccce24b..04a034b59 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1190,7 +1190,8 @@ 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]