Skip to content

Commit f881dc3

Browse files
committed
maxHeight
1 parent 4c25532 commit f881dc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/study/Conversations.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ qx.Class.define("osparc.study.Conversations", {
6666
const title = qx.locale.Manager.tr("Conversations");
6767
const viewWidth = 600;
6868
const viewHeight = 700;
69-
const win = osparc.ui.window.Window.popUpInWindow(conversations, title, viewWidth, viewHeight);
69+
const win = osparc.ui.window.Window.popUpInWindow(conversations, title, viewWidth, viewHeight).set({
70+
maxHeight: viewHeight,
71+
});
7072
win.addListener("close", () => {
7173
conversations.destroy();
7274
}, this);

0 commit comments

Comments
 (0)