Text size: this really should just read the default
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user