BUG 11217 "P.M.2.0.46Testing11: doble scroll en el frmae de information

uploaded documents" SOLVED

-Al ejecutar un proceso e ir al tab de Information/Uploaded Documents se
ve un doble scroll vertical y horizontal.
-Problema resuelto, al ejecutar un proceso e ir al tab de
Information/Uploaded Documents ya no se ve un doble scroll vertical y
horizontal
This commit is contained in:
marcelo
2013-04-10 15:02:27 -04:00
parent 7c17923471
commit dfc1f89103

View File

@@ -529,8 +529,8 @@
}
var viewport = new Ext.Viewport({
layout: 'border',
autoScroll: true,
layout: 'fit',
autoScroll: false,
items: [
processesGrid
]