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({ var win = new Ext.Window({
title: _('ID_CREATE_PROCESS'), title: _('ID_CREATE_PROCESS'),
width: 450, width: 470,
height: 220, height: 240,
layout:'fit', layout:'fit',
autoScroll:true, autoScroll:true,
modal: true, modal: true,