Skip to content

Commit

Permalink
Widen NimbleAppendPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 26, 2025
1 parent b795083 commit 585b31a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand All @@ -20,7 +20,7 @@ Ext4.define('SingleCell.panel.NimbleAppendPanel', {
},{
xtype: 'ldk-gridpanel',
clicksToEdit: 1,
width: 775,
width: 875,
tbar: [{
text: 'Add',
handler: function(btn){
Expand Down

0 comments on commit 585b31a

Please sign in to comment.