@@ -20,7 +20,7 @@ qx.Class.define("osparc.share.RequestServiceAccess", {
2020 openRequestAccess : function ( cantReadServicesData ) {
2121 const requestServiceAccess = new osparc . share . RequestServiceAccess ( cantReadServicesData ) ;
2222 const caption = qx . locale . Manager . tr ( "Request Apps Access" ) ;
23- osparc . ui . window . Window . popUpInWindow ( requestServiceAccess , caption , 500 , 500 ) . set ( {
23+ osparc . ui . window . Window . popUpInWindow ( requestServiceAccess , caption , 600 , 400 ) . set ( {
2424 clickAwayClose : false ,
2525 resizable : true ,
2626 showClose : true
@@ -30,7 +30,7 @@ qx.Class.define("osparc.share.RequestServiceAccess", {
3030
3131 members : {
3232 __populateLayout : function ( cantReadServicesData ) {
33- const text = this . tr ( "In order to open the Project, the following users/groups need to give you access to some apps. Please contact the app owner(s) :" ) ;
33+ const text = this . tr ( "In order to open the Project, the following users/groups need to give you access to some apps. Please contact the app owner:" ) ;
3434 this . _add ( new qx . ui . basic . Label ( ) . set ( {
3535 value : text ,
3636 font : "text-14" ,
@@ -39,8 +39,6 @@ qx.Class.define("osparc.share.RequestServiceAccess", {
3939 } ) ) ;
4040
4141 const grid = new qx . ui . layout . Grid ( 20 , 10 ) ;
42- grid . setColumnAlign ( 0 , "center" , "middle" ) ;
43- grid . setColumnAlign ( 1 , "center" , "middle" ) ;
4442 const layout = new qx . ui . container . Composite ( grid ) ;
4543 this . _add ( layout ) ;
4644
0 commit comments