From 585b31a034fc413b99fb8bc2b1ea400e9a98316a Mon Sep 17 00:00:00 2001 From: bbimber Date: Sat, 25 Jan 2025 16:12:58 -0800 Subject: [PATCH] Widen NimbleAppendPanel --- .../resources/web/singlecell/panel/NimbleAppendPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/singlecell/resources/web/singlecell/panel/NimbleAppendPanel.js b/singlecell/resources/web/singlecell/panel/NimbleAppendPanel.js index 7712dc1c0..1f748636d 100644 --- a/singlecell/resources/web/singlecell/panel/NimbleAppendPanel.js +++ b/singlecell/resources/web/singlecell/panel/NimbleAppendPanel.js @@ -10,7 +10,7 @@ Ext4.define('SingleCell.panel.NimbleAppendPanel', { initComponent: function(){ Ext4.apply(this, { style: 'padding: 10px;margins: 5px;', - minWidth: 850, + minWidth: 950, border: true, items: [{ html: 'This step will query nimble results for the selected genome(s). It will then append these results to the seurat object on the target assay.', @@ -20,7 +20,7 @@ Ext4.define('SingleCell.panel.NimbleAppendPanel', { },{ xtype: 'ldk-gridpanel', clicksToEdit: 1, - width: 775, + width: 875, tbar: [{ text: 'Add', handler: function(btn){