BUG 8715 PM 2.0 testing 14 Problema en visualizacion de scroll bar

- En la version de PM 2.0 testing 15 existe un problema de visualizacion en el scroll bar inferior de la ventana en chrome.
- Cambio en tamaño de control , para la visualización del scroll.
This commit is contained in:
Hector Cortez
2012-03-13 15:37:06 -04:00
parent 1fc85e1591
commit 05068fd94e

View File

@@ -554,7 +554,7 @@ var processmap=function(){
position:{x:50,y:50,center:true}, position:{x:50,y:50,center:true},
title :G_STRINGS.ID_WEB_ENTRY, title :G_STRINGS.ID_WEB_ENTRY,
theme :this.options.theme, theme :this.options.theme,
control :{close:true,resize:false},fx:{modal:true}, control :{close:true,resize:true},fx:{modal:true},
statusBar:false, statusBar:false,
fx :{shadow:true,modal:true} fx :{shadow:true,modal:true}
}; };