10245:98b54c6e523b | 10246:04f21234f09d |
---|---|
67 | 67 |
68 if icon is None: | 68 if icon is None: |
69 icon = NotificationFrame.getIcon(kind) | 69 icon = NotificationFrame.getIcon(kind) |
70 self.icon.setPixmap(icon) | 70 self.icon.setPixmap(icon) |
71 | 71 |
72 self.heading.setText(heading) | 72 self.heading.setText("<b>{0}</b>".format(heading)) |
73 self.text.setText(text) | 73 self.text.setText(text) |
74 | 74 |
75 self.show() | 75 self.show() |
76 self.adjustSize() | 76 self.adjustSize() |
77 | 77 |