Clock: increase default font slightly

This commit is contained in:
o9000 2015-12-13 10:48:06 +01:00
parent e3fcff7f21
commit ea236e94a0

View file

@ -211,7 +211,7 @@ void clock_init_fonts()
time1_font_desc = pango_font_description_from_string(get_default_font()); time1_font_desc = pango_font_description_from_string(get_default_font());
pango_font_description_set_weight(time1_font_desc, PANGO_WEIGHT_BOLD); pango_font_description_set_weight(time1_font_desc, PANGO_WEIGHT_BOLD);
pango_font_description_set_size(time1_font_desc, pango_font_description_set_size(time1_font_desc,
pango_font_description_get_size(time1_font_desc) - PANGO_SCALE); pango_font_description_get_size(time1_font_desc));
} }
if (!time2_font_desc) { if (!time2_font_desc) {
time2_font_desc = pango_font_description_from_string(get_default_font()); time2_font_desc = pango_font_description_from_string(get_default_font());