Skip to content

Commit df55c2a

Browse files
committed
fix
1 parent f8684e2 commit df55c2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ qx.Class.define("osparc.info.Conversations", {
4141
const viewWidth = 600;
4242
const viewHeight = 700;
4343
const win = osparc.ui.window.Window.popUpInWindow(conversations, title, viewWidth, viewHeight);
44-
win.set({
45-
width: this.WIDTH,
46-
height: this.HEIGHT,
47-
});
4844
return win;
4945
},
5046
},

0 commit comments

Comments
 (0)