Allow bottom dial background to scale a bit better
This commit is contained in:
parent
e7c7ad843c
commit
a3118f24e3
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ static int bottom_draw_bg(hexagram_gauge *gauge, cairo_t *cr) {
|
|||
cairo_arc(cr,
|
||||
dial->gauge.x,
|
||||
dial->gauge.y,
|
||||
dial->radius - 36,
|
||||
dial->radius * 0.85,
|
||||
dial->min_angle - ANGLE_OFFSET - 4 * RAD,
|
||||
dial->max_angle - ANGLE_OFFSET + 4 * RAD);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue