Skip to content

Commit 3f0fcd7

Browse files
committed
minor
1 parent 03630bd commit 3f0fcd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ qx.Class.define("osparc.info.Conversations", {
3838
popUpInWindow: function(studyData) {
3939
const conversations = new osparc.info.Conversations(studyData);
4040
const title = qx.locale.Manager.tr("Conversations");
41-
const viewWidth = 500;
42-
const viewHeight = 600;
41+
const viewWidth = 600;
42+
const viewHeight = 700;
4343
const win = osparc.ui.window.Window.popUpInWindow(conversations, title, viewWidth, viewHeight);
4444
win.set({
4545
width: this.WIDTH,

0 commit comments

Comments
 (0)