hack: Adjust font size

This commit is contained in:
Dorota Czaplejewicz
2019-07-01 15:27:06 +00:00
parent 737d57c1f4
commit d729bb3a89

View File

@ -640,7 +640,7 @@ eek_renderer_real_render_key_label (EekRenderer *self,
size = calculate_font_size (self, base_font, FALSE);
priv->font = pango_font_description_copy (base_font);
pango_font_description_set_size (priv->font, size);
pango_font_description_set_size (priv->font, size * 0.6);
}
eek_element_get_bounds (EEK_ELEMENT(key), &bounds);