BUG 7639 Solved panel size

This commit is contained in:
Douglas Medrano Chura
2011-09-28 17:07:34 -04:00
parent 7e5b4bd92f
commit 457bd26a00

View File

@@ -461,8 +461,8 @@ function newProcess(){
var win = new Ext.Window({
title: _('ID_CREATE_PROCESS'),
width: 450,
height: 220,
width: 470,
height: 240,
layout:'fit',
autoScroll:true,
modal: true,