fa48f53c418532878d233ce6f8539dcbbb0bc0bf bwick Fri May 23 11:05:41 2025 -0700 Added margin to 'Apply' button in 'Layout' tab. diff --git src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js index beb4fe0..e0b9965 100644 --- src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js +++ src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js @@ -5472,31 +5472,31 @@ } buildComboBox(htmls, id, entries, 0, "Select a layout algorithm...", "100%"); htmls.push(''); htmls.push('
'); htmls.push('
'); htmls.push(''); htmls.push(' '); htmls.push('
'); // tpLeftSideItem htmls.push('
'); htmls.push(''); htmls.push(' '); htmls.push('
'); // tpLeftSideItem - htmls.push('
'); + htmls.push('
'); htmls.push('You can also change size and transparency with the sliders at the bottom right of the image'); htmls.push('
'); } function buildCollectionCombo(htmls, id, width, left, top) { /* build combobox with shortLabels of all datasets that are part of same collection */ //htmls.push('
'); htmls.push('
'); var entries = []; //var linkedDatasets = parentConf.datasets; //for (var i = 0; i < linkedDatasets.length; i++) { //var dsInfo = linkedDatasets[i]; //entries.push( [i, dsInfo.shortLabel] ); //}