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 6496dc3 commit 8107474Copy full SHA for 8107474
services/static-webserver/client/source/class/osparc/workbench/NodeUI.js
@@ -852,9 +852,9 @@ qx.Class.define("osparc.workbench.NodeUI", {
852
port = new qx.ui.basic.Image().set({
853
source: this.self().PORT_DISCONNECTED, // disconnected by default
854
height: width,
855
+ width: width,
856
draggable: true,
857
droppable: true,
- width: width,
858
alignY: "top",
859
backgroundColor: "background-main"
860
});
0 commit comments