--invisible restaurant.

This commit is contained in:
XANTRONIX Development 2019-05-26 16:31:05 -05:00
parent 3e00e14ee7
commit 65c6f5c9f6

View file

@ -60,7 +60,7 @@ static void draw_tachometer(cairo_t *cr,
CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_SLANT_NORMAL,
CAIRO_FONT_WEIGHT_NORMAL); CAIRO_FONT_WEIGHT_NORMAL);
cairo_set_font_size(cr, 24); cairo_set_font_size(cr, r * 0.125);
cairo_set_source_rgb(cr, 1, 1, 1); cairo_set_source_rgb(cr, 1, 1, 1);
cairo_arc(cr, x, y, r, 0, 2*M_PI); cairo_arc(cr, x, y, r, 0, 2*M_PI);