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



commit 9e4ba72a79394463c4b492ef8a67f5574afa5cac
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/602

 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 c7029a739..2c8402b6f 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1191,7 +1191,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]