Skip to content

Commit 963f495

Browse files
committed
aesthetics
1 parent 0275590 commit 963f495

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

services/static-webserver/client/source/class/osparc/share/RequestServiceAccess.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)