Skip to content

Commit 585b31a

Browse files
committed
Widen NimbleAppendPanel
1 parent b795083 commit 585b31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

singlecell/resources/web/singlecell/panel/NimbleAppendPanel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ext4.define('SingleCell.panel.NimbleAppendPanel', {
1010
initComponent: function(){
1111
Ext4.apply(this, {
1212
style: 'padding: 10px;margins: 5px;',
13-
minWidth: 850,
13+
minWidth: 950,
1414
border: true,
1515
items: [{
1616
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', {
2020
},{
2121
xtype: 'ldk-gridpanel',
2222
clicksToEdit: 1,
23-
width: 775,
23+
width: 875,
2424
tbar: [{
2525
text: 'Add',
2626
handler: function(btn){

0 commit comments

Comments
 (0)