diff options
Diffstat (limited to 'Resources/friendship/ui/ApplicationWindow.js')
| -rw-r--r-- | Resources/friendship/ui/ApplicationWindow.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js index f64f715..aab8262 100644 --- a/Resources/friendship/ui/ApplicationWindow.js +++ b/Resources/friendship/ui/ApplicationWindow.js @@ -11,6 +11,7 @@ refresh_button.addEventListener('click', fs.ui.refreshLikeList); var win = Ti.UI.createWindow({ + barColor: fs.ui.styles.navBarColour, title: 'Sphnx', tabBarHidden: true, leftNavButton: refresh_button |
