Commit b0f0f1c6074742bdab2040b7ad1130abd3a40cdf
1 parent
0dd3cab3
Exists in
master
and in
49 other branches
Minor fixes for Cat visu
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
js/app/views/CatalogVisuHistogram.js
... | ... | @@ -30,7 +30,6 @@ Ext.define('amdaUI.CatalogVisuHistogram', { |
30 | 30 | |
31 | 31 | var plotColorField = Ext.getCmp('visu-histo-color'); |
32 | 32 | var plotColor=plotColorField.ownerCt.colorDisplayer.value; |
33 | - console.log(plotColorField, plotColor); | |
34 | 33 | |
35 | 34 | var paramField = Ext.getCmp('visu-histo-param'); |
36 | 35 | var paramFieldId = paramField.getValue(); |
... | ... | @@ -161,6 +160,7 @@ Ext.define('amdaUI.CatalogVisuHistogram', { |
161 | 160 | var plotThemeComboConfig = {xtype:'fieldset', |
162 | 161 | id:'visu-hiso-color-fieldset', |
163 | 162 | margin:'5 0 0 0', |
163 | + padding:0, | |
164 | 164 | border:false, |
165 | 165 | items:[colorPicker], |
166 | 166 | }; |
... | ... |
js/app/views/CatalogVisuScatter.js