Skip to content

Commit 8107474

Browse files
committed
minor
1 parent 6496dc3 commit 8107474

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,9 +852,9 @@ qx.Class.define("osparc.workbench.NodeUI", {
852852
port = new qx.ui.basic.Image().set({
853853
source: this.self().PORT_DISCONNECTED, // disconnected by default
854854
height: width,
855+
width: width,
855856
draggable: true,
856857
droppable: true,
857-
width: width,
858858
alignY: "top",
859859
backgroundColor: "background-main"
860860
});

0 commit comments

Comments
 (0)