[gnome-shell/gbsneto/icon-grid-dnd: 20/35] appDisplay: Trivial code style improvement



commit c3d1d9fa9d5b0348bf8b09637ea46a11781c8afd
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 ffdae64d9..a2af6a837 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1175,7 +1175,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]