Skip to content

Commit bf01de4

Browse files
committed
minor
1 parent 54300b6 commit bf01de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/study/CreateFunction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ qx.Class.define("osparc.study.CreateFunction", {
7070

7171

7272
// INPUTS
73-
const inGrid = new qx.ui.layout.Grid(6, 6);
73+
const inGrid = new qx.ui.layout.Grid(10, 6);
7474
const inputsLayout = new qx.ui.container.Composite(inGrid).set({
7575
allowGrowX: false,
7676
alignX: "left",
@@ -180,7 +180,7 @@ qx.Class.define("osparc.study.CreateFunction", {
180180
});
181181

182182
// OUTPUTS
183-
const outGrid = new qx.ui.layout.Grid(6, 6);
183+
const outGrid = new qx.ui.layout.Grid(10, 6);
184184
const outputsLayout = new qx.ui.container.Composite(outGrid).set({
185185
allowGrowX: false,
186186
alignX: "left",

0 commit comments

Comments
 (0)