Commit 1ff0a9dfb4b455736a45c9933b83059cc3750b49

Authored by Nathanael Jourdane
1 parent 094025a4

Make epnTap window modal when loaded from the amda tree.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/controllers/EpnTapModule.js
... ... @@ -73,7 +73,7 @@ Ext.define('amdaDesktop.EpnTapModule', {
73 73 */
74 74 createWindow: function (icon_id) {
75 75 this.callParent();
76   -
  76 + Ext.getCmp('epntap-win').modal = true;
77 77 Ext.getCmp('epntap-win').setSize(800, 600);
78 78 var icons_dic = {
79 79 'icon-mercury': ['ts', 'planet', 'mercury'],
... ...