PM-1809 DESIGNER > Classic Designer > Web Entry: El contenedor de la creacióel 'Web Entry' con 'Single HTML' deja espacios innecesarios en los extremos inferior y derecha

causa : Definida previamente asi.
solucion : Redefinir atributos.
This commit is contained in:
dheeyi
2015-03-20 12:58:16 -04:00
parent 8d0b687971
commit d9b6e4ceca
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ var webEntry_generate = function(PRO_UID, TASKS, DYNAFORM) {
if(getField('WE_TYPE').value=='SINGLE')
{ oPanel1 = new leimnud.module.panel();
oPanel1.options = {
size :{w:500,h:390},
size :{w:500,h:400},
position:{x:0,y:0,center:true},
title :"Web Entry",
statusBar:true,