Skip to content

Commit a71ba5f

Browse files
committed
aesthetics
1 parent 9b916c8 commit a71ba5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/po/UsersPending.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,12 @@ qx.Class.define("osparc.po.UsersPending", {
147147

148148
__addRows: function(pendingUsers) {
149149
const pendingUsersLayout = this.getChildControl("pending-users-layout");
150+
const grid = pendingUsersLayout.getLayout();
150151

151152
let row = 1;
152153
pendingUsers.forEach(pendingUser => {
154+
grid.setRowAlign(row, "left", "middle");
155+
153156
pendingUsersLayout.add(new qx.ui.basic.Label(pendingUser.firstName + " " + pendingUser.lastName), {
154157
row,
155158
column: 0,

0 commit comments

Comments
 (0)