diff options
| author | Teddy Wing | 2012-06-24 12:06:03 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-06-24 12:06:03 -0400 | 
| commit | 3c1f3dc92d5ffad081afc560f24d0610f64d60bf (patch) | |
| tree | 0f33c4e96bad4353b04ceea003c89bb2df3f212e /Resources/friendship/ui/LikeList.js | |
| parent | 19bfa68170306a11fe5f4110efcb6f2655663005 (diff) | |
| download | LikeFeed-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.
Diffstat (limited to 'Resources/friendship/ui/LikeList.js')
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 4 | 
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({ | 
