From 99fe2d96adbe184c3399a68d05090e66e0614082 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 11 Jul 2016 17:49:17 -0300 Subject: [PATCH] Improve design in About Related #33 --- app/view/main/About.js | 5 +++++ 1 file changed, 5 insertions(+) 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
' ] });