ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.17k stars 60 forks source link

Long lines get truncated instead of overflowing into the next one #115

Closed ptrcnull closed 2 years ago

ptrcnull commented 2 years ago
# notify-send aaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

image

It can be "fixed" by removing ellipsize on the GtkLabel#body element, but then it fails to calculate the notification height properly...

image

ErikReider commented 2 years ago

That's the hacky fix...

Related to #37

ptrcnull commented 2 years ago

Is that fixed properly then? If not, I think the issue should stay open :thinking:

ErikReider commented 2 years ago

I'm actually not sure if this is the first issue created for this bug

Edit: this is the first issue so I'll reopen it :)