Skip to content

Commit c82a109

Browse files
committed
textAlign: "center"
1 parent 0b81340 commit c82a109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/announcement/AnnouncementUIFactory.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ qx.Class.define("osparc.announcement.AnnouncementUIFactory", {
4646
const titleLabel = new qx.ui.basic.Label().set({
4747
value: title,
4848
font: "text-16",
49-
alignX: "center",
49+
textAlign: "center",
5050
rich: true
5151
});
5252
loginAnnouncement.add(titleLabel);
@@ -56,7 +56,7 @@ qx.Class.define("osparc.announcement.AnnouncementUIFactory", {
5656
const descriptionLabel = new qx.ui.basic.Label().set({
5757
value: description,
5858
font: "text-14",
59-
alignX: "center",
59+
textAlign: "center",
6060
rich: true
6161
});
6262
loginAnnouncement.add(descriptionLabel);

0 commit comments

Comments
 (0)