Skip to content

Commit b4f87ad

Browse files
committed
minor
1 parent 77284ee commit b4f87ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ qx.Class.define("osparc.desktop.account.MyAccountWindow", {
2222
this.base(arguments, "credits", this.tr("My Account"));
2323

2424
const width = 900;
25-
const height = 600;
25+
const maxHeight = 700;
2626
this.set({
2727
width,
28-
height
28+
maxHeight
2929
});
3030

3131
const myAccount = this.__myAccount = new osparc.desktop.account.MyAccount();

0 commit comments

Comments
 (0)