mirror of https://github.com/deavminet/gustav.git
Boldened username in tooltip
This commit is contained in:
parent
730c5348f1
commit
ac9ea39a8f
|
@ -211,7 +211,8 @@ public final class Channel
|
|||
|
||||
d.setIconFromIconName(statusToGtkIcon(prescence), GtkIconSize.DIALOG);
|
||||
|
||||
d.setText(userHover~"\n"~prescence);
|
||||
// d.setText();
|
||||
d.setMarkup("<b>"~userHover~"</b>\n"~prescence);
|
||||
|
||||
// /* The notification box */
|
||||
// Box notificationBox = new Box(GtkOrientation.VERTICAL, 1);
|
||||
|
|
Loading…
Reference in New Issue