Merge pull request #1983 from omarsuca/BUG-11977
BUG-11977 Popup de pausa de casos se puede desplazar fuera del marco
This commit is contained in:
@@ -978,6 +978,7 @@ Ext.onReady(function(){
|
||||
var fieldset = {
|
||||
xtype : 'fieldset',
|
||||
labelWidth: 150,
|
||||
width:380,
|
||||
//autoHeight : true,
|
||||
defaults : {
|
||||
width : 170,
|
||||
@@ -1047,12 +1048,13 @@ Ext.onReady(function(){
|
||||
var win = new Ext.Window({
|
||||
title: _('ID_PAUSE_CASE'),
|
||||
width: 380,
|
||||
height: 250,
|
||||
height: 260,
|
||||
layout:'fit',
|
||||
autoScroll:true,
|
||||
modal: true,
|
||||
maximizable: false,
|
||||
resizable: false,
|
||||
draggable: false,
|
||||
items: [frm]
|
||||
});
|
||||
Ext.Ajax.request({
|
||||
|
||||
Reference in New Issue
Block a user