Skip to content

Commit 0d96f4f

Browse files
committed
@odeimaiz review: rich control
1 parent 00ec5e1 commit 0d96f4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ qx.Class.define("osparc.po.PreRegistration", {
2929
break;
3030
case "finding-status":
3131
control = new qx.ui.basic.Label();
32-
this._add(control);
32+
this._add(control, {
33+
rich: true
34+
});
3335
break;
3436
case "pre-registration-container":
3537
control = new qx.ui.container.Scroll();

0 commit comments

Comments
 (0)