aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2012-06-24 12:06:03 -0400
committerTeddy Wing2012-06-24 12:06:03 -0400
commit3c1f3dc92d5ffad081afc560f24d0610f64d60bf (patch)
tree0f33c4e96bad4353b04ceea003c89bb2df3f212e
parent19bfa68170306a11fe5f4110efcb6f2655663005 (diff)
downloadLikeFeed-3c1f3dc92d5ffad081afc560f24d0610f64d60bf.tar.bz2
Tried adding a child triangle to the LikeList table rows, but it messed up the layout so commented it out for the moment.
-rw-r--r--Resources/friendship/ui/LikeList.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js
index 8e9f74c..be81747 100644
--- a/Resources/friendship/ui/LikeList.js
+++ b/Resources/friendship/ui/LikeList.js
@@ -58,7 +58,9 @@
function create_row( key )
{
// Reason for Factory: templating format of the row
- var row = Ti.UI.createTableViewRow();
+ var row = Ti.UI.createTableViewRow(/*{
+ hasChild: true // messes up the layout currently. Try later.
+ }*/);
row.addEventListener('click', function(e) {
Ti.UI.currentTabGroup.activeTab.open(fs.ui.createWebViewWin({