diff --git a/app/view/main/Main.js b/app/view/main/Main.js index c5e8a012..9e5f592c 100644 --- a/app/view/main/Main.js +++ b/app/view/main/Main.js @@ -228,19 +228,11 @@ Ext.define('Rambox.view.main.Main', { } ] } - ,{ - xtype: 'label' - ,id: 'explanationLabel' - ,html: 'Login to save your configuration (no credentials stored) to sync with all your computers. All current services will be removed.' - ,bind: { - hidden: '{username}' - } - } ,{ text: 'Login' ,icon: 'resources/auth0.png' ,id: 'loginBtn' - ,tooltip: 'Powered by Auth0 (http://auth0.com)' + ,tooltip: 'Login to save your configuration (no credentials stored) to sync with all your computers.

Powered by Auth0 (http://auth0.com)' ,bind: { hidden: '{username}' } @@ -251,6 +243,7 @@ Ext.define('Rambox.view.main.Main', { ,bbar: [ { text: 'Donate' + ,glyph: 'xf1ed@FontAwesome' ,href: 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WU75QWS7LH2CA' } ,'->' @@ -273,6 +266,7 @@ Ext.define('Rambox.view.main.Main', { } ] } + ,{ id: 'tbfill', tabConfig : { xtype : 'tbfill' } } ] ,listeners: {