From 206240794ae55a43554a97cfd6b4b92ef6f73bcd Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 11 Jul 2016 17:53:07 -0300 Subject: [PATCH] Removed explanation label in toolbar --- app/view/main/Main.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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: {