Skip to content

Commit 091f2b4

Browse files
committed
minor
1 parent 305ede2 commit 091f2b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/tester/ConsoleErrors.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ qx.Class.define("osparc.tester.ConsoleErrors", {
7171
break;
7272
}
7373
case "error-viewer":
74-
control = new qx.ui.form.TextArea();
74+
control = new qx.ui.form.TextArea().set({
75+
autoSize: true,
76+
});
7577
this._add(control, {
7678
flex: 1
7779
});

0 commit comments

Comments
 (0)