From 3c1f3dc92d5ffad081afc560f24d0610f64d60bf Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 24 Jun 2012 12:06:03 -0400 Subject: Tried adding a child triangle to the LikeList table rows, but it messed up the layout so commented it out for the moment. --- Resources/friendship/ui/LikeList.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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({ -- cgit v1.2.3