[gnome-shell/gbsneto/icon-grid-part0: 2/2] appDisplay: Trivial code style improvement



commit 17d25192309274acc6c9464477e7b4ab2b59b556
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/643

 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 e7510a36c..e5362dfe7 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1147,7 +1147,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]