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