We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54300b6 commit bf01de4Copy full SHA for bf01de4
services/static-webserver/client/source/class/osparc/study/CreateFunction.js
@@ -70,7 +70,7 @@ qx.Class.define("osparc.study.CreateFunction", {
70
71
72
// INPUTS
73
- const inGrid = new qx.ui.layout.Grid(6, 6);
+ const inGrid = new qx.ui.layout.Grid(10, 6);
74
const inputsLayout = new qx.ui.container.Composite(inGrid).set({
75
allowGrowX: false,
76
alignX: "left",
@@ -180,7 +180,7 @@ qx.Class.define("osparc.study.CreateFunction", {
180
});
181
182
// OUTPUTS
183
- const outGrid = new qx.ui.layout.Grid(6, 6);
+ const outGrid = new qx.ui.layout.Grid(10, 6);
184
const outputsLayout = new qx.ui.container.Composite(outGrid).set({
185
186
0 commit comments