Add sender annotations
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user