Fixing the dimensions of the email template editor window

This commit is contained in:
Gustavo Cruz
2012-11-30 13:56:36 -04:00
parent 327873b162
commit 3412e6a5c6

View File

@@ -81,7 +81,7 @@ function editFile(pro_uid, fileName){
oPanel = new leimnud.module.panel();
oPanel.options={
limit : true,
size : {w:800,h:600},
size : {w:800,h:530},
position : {x:50,y:50,center:true},
title : '',
control : {close:true,resize:false},