Skip to content

Commit f6b0ce8

Browse files
committed
minor
1 parent 136e55a commit f6b0ce8

File tree

1 file changed

+1
-5
lines changed
  • services/static-webserver/client/source/class/osparc/workbench

1 file changed

+1
-5
lines changed

services/static-webserver/client/source/class/osparc/workbench/NodeUI.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,7 @@ qx.Class.define("osparc.workbench.NodeUI", {
311311
},
312312

313313
__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-
});
314+
this.__setNodeUIWidth(this.self().NODE_WIDTH);
319315
this.resetThumbnail();
320316

321317
// make sure metadata is ready

0 commit comments

Comments
 (0)