From db88c034be079f6d8e5ebcb4cb03810671ffb084 Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Tue, 30 Jan 2018 16:23:03 +0100 Subject: [PATCH] redmine 5668 corrected --- js/app/views/PlotTabResultUI.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/js/app/views/PlotTabResultUI.js b/js/app/views/PlotTabResultUI.js index 219095f..7954b92 100644 --- a/js/app/views/PlotTabResultUI.js +++ b/js/app/views/PlotTabResultUI.js @@ -439,7 +439,7 @@ Ext.define('amdaUI.PlotTabResultUI', { this.navToolBar.removeAll(true); this.multiPlotCheck = Ext.create('Ext.form.field.Checkbox', { - boxLabel : 'Linked to Multi Plot Mode', + boxLabel : 'Linked to Multi Plot', scope: this, handler: function(check, checked) { if (!this.disableSynchronize) @@ -449,11 +449,17 @@ Ext.define('amdaUI.PlotTabResultUI', { }); var commonItemsCfg = [ + '-', { xtype: 'tbspacer', - width: 50 - }, + width: 20 + }, this.multiPlotCheck, + { + xtype: 'tbspacer', + width: 2 + }, + '-', '->', { text: 'Get HST Data', -- libgit2 0.21.2