Commit a12a3c2195f3b6718e312166d4725265a4dbac56
1 parent
e6123f2d
Exists in
master
and in
107 other branches
increase TimeSelector height
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/PlotComponents/PlotTabContent.js
... | ... | @@ -67,8 +67,8 @@ Ext.define('amdaPlotComp.PlotTabContent', { |
67 | 67 | this.plotElementPanel = config.plotElementPanel; |
68 | 68 | this.plotTabPanel = config.plotTabPanel; |
69 | 69 | |
70 | - this.timeSelector = new amdaUI.TimeSelectorUI( { id: 'plotTimeSelectorTab' + config.tabId, border : false, flex: 2, collapsible: true, collapseDirection : 'bottom', hidden: true} ); | |
71 | - this.treePlot = new amdaPlotComp.PlotTree({flex: 4, plotElementPanel: this.plotElementPanel, plotTabContent: this}); | |
70 | + this.timeSelector = new amdaUI.TimeSelectorUI( { id: 'plotTimeSelectorTab' + config.tabId, border : false, flex: 3, collapsible: true, collapseDirection : 'bottom', hidden: true} ); | |
71 | + this.treePlot = new amdaPlotComp.PlotTree({flex: 5.6, plotElementPanel: this.plotElementPanel, plotTabContent: this}); | |
72 | 72 | |
73 | 73 | var myConf = { |
74 | 74 | bodyStyle: { background : '#dfe8f6' }, |
... | ... |