Merge pull request #1980 from omarsuca/BUG-11291
BUG-11291 No se deberia permitir la redimension de la ventana para pausar casos. SOLVED
This commit is contained in:
@@ -762,6 +762,7 @@ Ext.onReady(function(){
|
|||||||
width:500,
|
width:500,
|
||||||
plain: true,
|
plain: true,
|
||||||
modal: true,
|
modal: true,
|
||||||
|
resizable: false,
|
||||||
title: _('ID_CONFIRM'),
|
title: _('ID_CONFIRM'),
|
||||||
items: [
|
items: [
|
||||||
new Ext.FormPanel({
|
new Ext.FormPanel({
|
||||||
@@ -904,6 +905,7 @@ Ext.onReady(function(){
|
|||||||
layout:'fit',
|
layout:'fit',
|
||||||
autoScroll:true,
|
autoScroll:true,
|
||||||
modal: true,
|
modal: true,
|
||||||
|
resizable: false,
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
items: [grid]
|
items: [grid]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user