Skip to content

Commit 24cb70c

Browse files
committed
[skip ci] init minimized
1 parent c8c2d3d commit 24cb70c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/desktop/WorkbenchView.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,12 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
301301
if (study === null) {
302302
return;
303303
}
304+
304305
this.__initPrimaryColumn();
305306
this.__initSecondaryColumn();
306307
this.__initMainView();
308+
309+
this.setMaximized(false);
307310
},
308311

309312
__initPrimaryColumn: function() {

0 commit comments

Comments
 (0)