[gnome-shell/wip/paging-release: 47/85] Portrait mode working



commit 0d17bacdf099dd0eccae28162168b2ac12c6b368
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Tue Jul 16 10:55:10 2013 +0200

    Portrait mode working

 js/ui/appDisplay.js |    2 +-
 js/ui/iconGrid.js   |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 69c6f71..b0daf74 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1063,7 +1063,7 @@ const FolderView = new Lang.Class({
 
         this.actor = new St.ScrollView({overlay_scrollbars: true});
         this.actor.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
-        this._box = new St.BoxLayout({vertical:true, reactive: true});
+        this._box = new St.BoxLayout({vertical: true, reactive: true});
         this._widget = new St.Widget({layout_manager: new Clutter.BinLayout()});
         this._widget.add_child(this._grid.actor);
         this._box.add_actor(this._widget);
diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js
index 5204dab..8b65b85 100644
--- a/js/ui/iconGrid.js
+++ b/js/ui/iconGrid.js
@@ -580,6 +580,7 @@ const IconGrid = new Lang.Class({
             let spacingNotTooBig = Math.min(spacingToEnsureMinimums, maxSpacing);
             spacing = Math.max(this._spacing, spacingNotTooBig); 
         }
+        global.log("Spacing! " + spacing);
         return spacing;
     },
     


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]