--invisible restaurant.
This commit is contained in:
parent
3e00e14ee7
commit
65c6f5c9f6
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue