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



commit cb0aa7ebc021ccb9d27994bde35c351d8c7478f3
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]