Skip to content

Commit

Permalink
fixes settings assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 7, 2024
1 parent d38a6c3 commit 3531d07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ qx.Class.define("osparc.po.PreRegistration", {
this._add(control);
break;
case "finding-status":
control = new qx.ui.basic.Label();
this._add(control, {
control = new qx.ui.basic.Label().set({
rich: true
});
this._add(control);
break;
case "pre-registration-container":
control = new qx.ui.container.Scroll();
Expand Down

0 comments on commit 3531d07

Please sign in to comment.