From 60ea638958dc7b112077c4204b4dd5de8875247a Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 2 May 2017 18:14:09 -0300 Subject: [PATCH] Removed mask to call windows Fixes #682 --- app/ux/WebView.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/ux/WebView.js b/app/ux/WebView.js index a9bbdbc4..0d5f484a 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -272,7 +272,9 @@ Ext.define('Rambox.ux.WebView',{ ,width: '80%' ,height: '80%' ,maximizable: true - ,modal: true + ,resizable: true + ,draggable: true + ,collapsible: true ,items: { xtype: 'component' ,hideMode: 'offsets' @@ -298,7 +300,9 @@ Ext.define('Rambox.ux.WebView',{ ,width: e.options.width ,height: e.options.height ,maximizable: true - ,modal: true + ,resizable: true + ,draggable: true + ,collapsible: true ,items: { xtype: 'component' ,hideMode: 'offsets'