PM-2891 "No se muestra el scrollbar en el modulo..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2015-06-05 16:14:33 -04:00
parent 95b1c11813
commit a44fd05e6f

View File

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