Tab.js 106 B

123456
  1. Ext.define('Ext.theme.ios.tab.Tab', {
  2. override: 'Ext.tab.Tab',
  3. config: {
  4. flex: 1
  5. }
  6. });