[gnome-shell/wip/paging-release: 52/90] Portrait mode working
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release: 52/90] Portrait mode working
- Date: Mon, 12 Aug 2013 17:07:35 +0000 (UTC)
commit 993b57c73b352ef8f42006694c0403ea1682210d
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 e491ef7..761825e 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]