Skip to content

Commit 7bffec1

Browse files
committed
Increase field width
1 parent 284d9ef commit 7bffec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/SubsetSeurat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public Provider()
3131
ToolParameterDescriptor.create("expression", "Expression", "Filter Expression(s)", "sequenceanalysis-trimmingtextarea", new JSONObject(){{
3232
put("allowBlank", false);
3333
put("height", 150);
34+
put("width", 600);
3435
put("delimiter", DELIM);
3536
}}, null)
3637
), Arrays.asList("/sequenceanalysis/field/TrimmingTextArea.js"), null);

0 commit comments

Comments
 (0)