Skip to content

Commit 6c8146f

Browse files
committed
wider
1 parent e479aae commit 6c8146f

File tree

1 file changed

+3
-3
lines changed
  • services/static-webserver/client/source/class/osparc/node/slideshow

1 file changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/node/slideshow/BaseNodeView.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ qx.Class.define("osparc.node.slideshow.BaseNodeView", {
241241
font: "text-14"
242242
});
243243
const title = this.tr("Instructions") + " - " + this.getNode().getLabel();
244-
const width = 500;
245-
const height = 500;
246-
const win = this.__instructionsWindow = osparc.ui.window.Window.popUpInWindow(descView, title, width, height).set({
244+
const width = 600;
245+
const minHeight = 200;
246+
const win = this.__instructionsWindow = osparc.ui.window.Window.popUpInWindow(descView, title, width, minHeight).set({
247247
modal: false,
248248
clickAwayClose: false
249249
});

0 commit comments

Comments
 (0)