Skip to content

Commit

Permalink
Fixed "Usage of removed property 'tabBar' found for 'Ext.tab.Panel'"
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisFriedl committed May 14, 2024
1 parent 1e1742a commit 4a3ccb6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions classic/src/view/main/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ Ext.define('EdiromOnline.view.main.Main', {
extend: 'Ext.tab.Panel',
xtype: 'app-main',

config: {
tabBar: {
flex: 1,
layout: {
align: 'stretch',
overflowHandler: 'none'
}
}
},

requires: [
'Ext.plugin.Viewport',
'Ext.window.MessageBox',
Expand Down Expand Up @@ -40,13 +50,6 @@ Ext.define('EdiromOnline.view.main.Main', {
iconCls: 'fa-th-list'
},

tabBar: {
flex: 1,
layout: {
align: 'stretch',
overflowHandler: 'none'
}
},

responsiveConfig: {
tall: {
Expand Down

0 comments on commit 4a3ccb6

Please sign in to comment.