Merged in luisfernandosl/processmaker/PM-2891 (pull request #2304)

PM-2891 "No se muestra el scrollbar en el modulo..." SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2015-06-05 17:40:44 -04:00

View File

@@ -1154,7 +1154,7 @@ Ext.onReady(function() {
store: addonsStore,
defaultType: "displayfield",
padding: 5,
autoHeight : true,
height: 335,
disabled: !licensed,
columns: [
expander,
@@ -1605,4 +1605,3 @@ Ext.onReady(function() {
addonsFeaturesStore.load();
}
});