diff --git a/app/view/main/Main.js b/app/view/main/Main.js index a9e34aba..f778be43 100644 --- a/app/view/main/Main.js +++ b/app/view/main/Main.js @@ -173,17 +173,17 @@ Ext.define('Rambox.view.main.Main', { ,align: 'center' ,items: [ { - glyph: 0xf1f8 - ,tooltip: 'Remove' - ,handler: 'removeService' - ,getClass: function(){ return 'x-hidden-display'; } - } - ,{ glyph: 0xf013 ,tooltip: 'Configure' ,handler: 'configureService' ,getClass: function(){ return 'x-hidden-display'; } } + ,{ + glyph: 0xf1f8 + ,tooltip: 'Remove' + ,handler: 'removeService' + ,getClass: function(){ return 'x-hidden-display'; } + } ] } ]