src/eric7/UI/NotificationWidget.py

branch
eric7
changeset 10246
04f21234f09d
parent 9653
e67609152c5e
child 10433
328f3ec4b77a
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()

eric ide

mercurial