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 136e55a commit f6b0ce8Copy full SHA for f6b0ce8
services/static-webserver/client/source/class/osparc/workbench/NodeUI.js
@@ -311,11 +311,7 @@ qx.Class.define("osparc.workbench.NodeUI", {
311
},
312
313
__resetNodeUILayout: function() {
314
- this.set({
315
- width: this.self(arguments).NODE_WIDTH,
316
- maxWidth: this.self(arguments).NODE_WIDTH,
317
- minWidth: this.self(arguments).NODE_WIDTH
318
- });
+ this.__setNodeUIWidth(this.self().NODE_WIDTH);
319
this.resetThumbnail();
320
321
// make sure metadata is ready
0 commit comments