Skip to content

Commit 1e68d9f

Browse files
committed
minor
1 parent 67af6b7 commit 1e68d9f

File tree

1 file changed

+3
-1
lines changed
  • services/static-webserver/client/source/class/osparc/user

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/user/UserDetails.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ qx.Class.define("osparc.user.UserDetails", {
2828
showMinimize: false,
2929
clickAwayClose: true,
3030
contentPadding: 10,
31+
width: this.self().WIDTH,
32+
height: this.self().HEIGHT,
3133
});
3234

3335
this.setUserGroupId(userGroupId);
3436
},
3537

3638
statics: {
3739
WIDTH: 400,
38-
HEIGHT: 300,
40+
HEIGHT: 600,
3941
THUMBNAIL_SIZE: 110,
4042

4143
TOP_GRID: {

0 commit comments

Comments
 (0)