How to pass a multi line message ?

Issue #11 new
padmanabhan manoharan created an issue
import notify2
notify2.init('foo')
n = notify2.Notification('foo', 'bar\nsunshine')
n.show()

This is the code I used for multi line message. Only if I hover my mouse over the notification bubble, the message sunshine moves to the next line. Otherwise, it is displayed in the single line.

Is there anyway to display as consecutive line without having to hover the mouse over the bubble ?

Comments (0)

  1. Log in to comment