[gnome-shell/wip/paging] Portrait mode working
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging] Portrait mode working
- Date: Tue, 16 Jul 2013 08:55:41 +0000 (UTC)
commit 47b654a6c4ac7ab3c98e5a855e6f03bd4b7b8e3d
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 2fc2a39..73ad458 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1075,7 +1075,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 afbdf57..943c737 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]