summaryrefslogtreecommitdiff
path: root/wikipedia
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2013-12-12 15:04:39 -0800
committerMatt Watson <mattdangerw@gmail.com>2013-12-12 15:04:39 -0800
commit1c6774b08ca58a0c31c03c0c028d80baeb1648ff (patch)
treed4009ce6b71e6e401418f4859e1a1295070a5706 /wikipedia
parent963a4c1ba594d40974912f0a1a5032315affc016 (diff)
Moved category page back to the left
Per Dalio's request. Hard coded to 40px pixels so not very adaptable. Tried to imitate the specs on basecamp. This button was supposed to appear on the left of page and not centered in the open space there. [endlessm/eos-sdk#427]
Diffstat (limited to 'wikipedia')
-rw-r--r--wikipedia/PrebuiltCategoryPage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/wikipedia/PrebuiltCategoryPage.js b/wikipedia/PrebuiltCategoryPage.js
index 9934864..4f38b41 100644
--- a/wikipedia/PrebuiltCategoryPage.js
+++ b/wikipedia/PrebuiltCategoryPage.js
@@ -121,12 +121,12 @@ const PrebuiltCategoryPage = new Lang.Class({
this._back_button = new Endless.AssetButton({
valign: Gtk.Align.CENTER,
- hexpand: true,
normal_image_uri: "resource://com/endlessm/wikipedia-domain/assets/introduction_back_button_normal.png",
active_image_uri: "resource://com/endlessm/wikipedia-domain/assets/introduction_back_button_pressed.png",
prelight_image_uri: "resource://com/endlessm/wikipedia-domain/assets/introduction_back_button_hover.png",
label: _("OTHER CATEGORIES"),
- margin_right: 10
+ margin_right: 10,
+ margin_left: 40
});
this._back_button.connect('clicked', Lang.bind(this, function() {