diff -r 98b54c6e523b -r 04f21234f09d src/eric7/UI/NotificationWidget.py --- a/src/eric7/UI/NotificationWidget.py Fri Oct 13 15:30:02 2023 +0200 +++ b/src/eric7/UI/NotificationWidget.py Fri Oct 13 15:32:00 2023 +0200 @@ -69,7 +69,7 @@ icon = NotificationFrame.getIcon(kind) self.icon.setPixmap(icon) - self.heading.setText(heading) + self.heading.setText("<b>{0}</b>".format(heading)) self.text.setText(text) self.show()