From a12a3c2195f3b6718e312166d4725265a4dbac56 Mon Sep 17 00:00:00 2001
From: Elena.Budnik <ebudnik@irap.omp.eu>
Date: Tue, 12 Mar 2019 11:11:18 +0100
Subject: [PATCH] increase TimeSelector height

---
 js/app/views/PlotComponents/PlotTabContent.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/app/views/PlotComponents/PlotTabContent.js b/js/app/views/PlotComponents/PlotTabContent.js
index 2274b84..745b92e 100644
--- a/js/app/views/PlotComponents/PlotTabContent.js
+++ b/js/app/views/PlotComponents/PlotTabContent.js
@@ -67,8 +67,8 @@ Ext.define('amdaPlotComp.PlotTabContent', {
 		this.plotElementPanel = config.plotElementPanel;
 		this.plotTabPanel = config.plotTabPanel;
 		
-		this.timeSelector = new amdaUI.TimeSelectorUI( { id: 'plotTimeSelectorTab' + config.tabId, border : false, flex: 2, collapsible: true, collapseDirection : 'bottom',  hidden: true} );
-		this.treePlot = new amdaPlotComp.PlotTree({flex: 4, plotElementPanel: this.plotElementPanel, plotTabContent: this});
+		this.timeSelector = new amdaUI.TimeSelectorUI( { id: 'plotTimeSelectorTab' + config.tabId, border : false, flex: 3, collapsible: true, collapseDirection : 'bottom',  hidden: true} );
+		this.treePlot = new amdaPlotComp.PlotTree({flex: 5.6, plotElementPanel: this.plotElementPanel, plotTabContent: this});
 		
 		var myConf = {
 				bodyStyle: { background : '#dfe8f6' },
--
libgit2 0.21.2