Browse Source

Removed mask to call windows

Fixes #682
v0.5.8
Ramiro Saenz 8 years ago
parent
commit
60ea638958
  1. 8
      app/ux/WebView.js

8
app/ux/WebView.js

@ -272,7 +272,9 @@ Ext.define('Rambox.ux.WebView',{
,width: '80%' ,width: '80%'
,height: '80%' ,height: '80%'
,maximizable: true ,maximizable: true
,modal: true ,resizable: true
,draggable: true
,collapsible: true
,items: { ,items: {
xtype: 'component' xtype: 'component'
,hideMode: 'offsets' ,hideMode: 'offsets'
@ -298,7 +300,9 @@ Ext.define('Rambox.ux.WebView',{
,width: e.options.width ,width: e.options.width
,height: e.options.height ,height: e.options.height
,maximizable: true ,maximizable: true
,modal: true ,resizable: true
,draggable: true
,collapsible: true
,items: { ,items: {
xtype: 'component' xtype: 'component'
,hideMode: 'offsets' ,hideMode: 'offsets'

Loading…
Cancel
Save