Skip to content

Commit 9451769

Browse files
committed
evaluateTooSmallDialog after logging in
1 parent c4dc643 commit 9451769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/Application.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ qx.Class.define("osparc.Application", {
466466

467467
__loadMainPage: function(studyId = null) {
468468
// logged in
469+
osparc.WindowSizeTracker.getInstance().evaluateTooSmallDialog();
469470
osparc.data.Resources.getOne("profile")
470471
.then(profile => {
471472
if (profile) {

0 commit comments

Comments
 (0)