Private
Public Access
1
0

Add sender annotations

This commit is contained in:
2025-05-03 23:19:15 -07:00
parent dd91746310
commit 786d982ce0
9 changed files with 109 additions and 24 deletions

View File

@@ -23,6 +23,7 @@ private class TextBubbleLayout : BubbleLayout
var size = font_desc.get_size();
font_desc.set_size((int)(size));
layout.set_font_description(font_desc);
layout.set_wrap(Pango.WrapMode.WORD_CHAR);
// Set max width
layout.set_width((int)text_available_width * Pango.SCALE);