Private
Public Access
1
0

Text size: this really should just read the default

This commit is contained in:
2025-06-17 00:57:22 -07:00
parent 16102f9f94
commit e1c579d23b

View File

@@ -19,7 +19,6 @@ private class TextBubbleLayout : BubbleLayout
// Create font description from system font
var font_desc = Pango.FontDescription.from_string(font_name);
font_desc.set_size((int)(12 * Pango.SCALE));
layout.set_font_description(font_desc);
layout.set_wrap(Pango.WrapMode.WORD_CHAR);
layout.set_line_spacing(1.18f);