Skip to content

Commit 4859f25

Browse files
committed
minor
1 parent 01f67f6 commit 4859f25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/wrapper/RocketPreview.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ qx.Class.define("osparc.wrapper.RocketPreview", {
6464
minHeight: 300,
6565
showMinimize: false,
6666
showMaximize: false,
67+
resizable: true,
6768
modal: true,
6869
allowClose: true,
6970
contentPadding: 0,
@@ -114,7 +115,7 @@ qx.Class.define("osparc.wrapper.RocketPreview", {
114115
this.__iframeEl = el;
115116
});
116117

117-
this._add(control, { edge: 0 });
118+
this._add(control);
118119
break;
119120
}
120121
return control || this.base(arguments, id);

0 commit comments

Comments
 (0)