diff --git a/app/view/main/About.js b/app/view/main/About.js index 941d628e..536a8a70 100644 --- a/app/view/main/About.js +++ b/app/view/main/About.js @@ -4,7 +4,10 @@ Ext.define('Rambox.view.main.About', { ,title: 'About Rambox' ,autoShow: true ,modal: true + ,resizable: false + ,constrain: true ,width: 300 + ,height: 385 ,bodyPadding: 10 ,data: { version: require('electron').remote.app.getVersion() @@ -24,5 +27,7 @@ Ext.define('Rambox.view.main.About', { ,'
Node: {node}
' ,'
' ,'
GitHub - Donate - rambox.pro
' + ,'
' + ,'
Developed by Ramiro Saenz
' ] });