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'