RowEditor.js 110 B

12345
  1. Ext.define('Ext.theme.graphite.grid.RowEditor', {
  2. override: 'Ext.grid.RowEditor',
  3. height: 56
  4. });